Html Css Color HEX #844008 Saddle Brown

📋 copy color: '#844008'

red 132 ◦ green 64 ◦ blue 8

#844008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #844008

Tints of Saddle Brown #844008

RGB

 RED value IS 132 (51.95% from 255) = 64.71%

 GREEN value IS 64 (25.39% from 255) = 31.37%

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 64.71%
G = 31.37%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#844008 (or 0x844008) is known color: Saddle Brown. HEX triplet: 84, 40 and 08. RGB value is (132,64,8). Sum of RGB (Red+Green+Blue) = 132+64+8=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844008 is #7BBFF7. Grayscale: #4E4E4E. Windows color (decimal): -8110072 or 540804. OLE color: 540804.

HSL color Cylindrical-coordinate representation of color #844008: hue angle of 27.1º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #844008 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 8 -
CMYK 0 0.52 0.94 0.48
HSL 27.1º 0.89% 0.27% -
HSV(B) 27.1º 0.94% 0.52% -
XYZ 11.39 8.59 1.29 -
YUV 77.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 132 64 8 0 0.52 0.94 0.48 27.1 0.89 0.27
Hex 84 40 8 0 34 5E 30 1B 59 1B
Octal 204 100 10 0 64 136 60 33 131 33
Binary 10000100 1000000 1000 0 110100 1011110 110000 11011 1011001 11011

Color Harmonies of #844008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844008

Black with #844008

Text Example


Text Example

White with #844008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844008; }

 p { color: rgb(132,64,8); }

 H1.HeaderClassName
 {
   color: #844008;
 }
 .AnyTagClassName
 {
   color: #844008;
 }
</style>

background-color css

<style>
 a { background-color: #844008; }

 a { background-color: rgb(132,64,8); }

 div.DivClassName
 {
   background-color: #844008;
 }
 .BgClassName
 {
   background-color: #844008;
 }
</style>

border-color css

<style>
 span { border-color: #844008; }

 span { border-color: rgb(132,64,8); }

 td.TdClassName
 {
   border-color: #844008;
 }
 .TagClassName
 {
   border-color: #844008;
 }
</style>