Color Hex Logo

#824414 Color Hex

#824414
(130,68,20)
0 Favorites   0 Comments

Color spaces of #824414

RGB 1306820
HSL0.070.730.29
HSV26°85°51°
CMYK 0.000.480.85   0.49
XYZ11.39938.93061.7848
Yxy8.93060.51550.4038
Hunter Lab29.884115.791717.3778
CIE-Lab35.850323.082738.5921

#824414 color RGB value is (130,68,20).

#824414 hex color red value is 130, green value is 68 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #824414 hue: 0.07 , saturation: 0.73 and the lightness value of 824414 is 0.29.

The process color (four color CMYK) of #824414 color hex is 0.00, 0.48, 0.85, 0.49. Web safe color of #824414 is #993300. Color #824414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 00010100
Octal 202 104 24
Decimal 130 68 20
Hex 82 44 14

RGB Percentages of Color #824414

%59.63
%31.19
%9.17

CMYK Percentages of Color #824414

%0
%48
%85
%49

Triadic Colors of #824414

#824414 #148244 #441482

Analogous Colors of #824414

#824414 #827b14 #82141b

Monochromatic Colors of #824414

#824414

Complementary Color

#824414 #145282

#824414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824414 Color CSS Codes

.mybgcolor {background-color:#824414; } 
.myforecolor {color:#824414; }
.mybordercolor {border:3px solid #824414; }

#824414 Text Font Color

<p style="color:#824414">Text here</p>

This sample text font color is #824414
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#824414 Background Color

<div style="background-color:#824414">
Div content here</div>

This div background color is #824414


#824414 Border Color

<div style="border:3px solid #824414">
Div here</div>

This div border color is #824414


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,68,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824414; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824414;
  -webkit-box-shadow: 1px 1px 3px 2px #824414;
  box-shadow:         1px 1px 3px 2px #824414; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,68,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #824414">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #824414;
  -webkit-box-shadow: 1px 1px 3px 2px #824414;
  box-shadow:         1px 1px 3px 2px #824414;">
Div content here</div>

This div box has shadow with color #824414


Comments

No comments written yet.

Please login to write comment.