#842C08

Color #842C08 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #842C08

Tints of Saddle Brown #842C08

Color information

#842C08 (or 0x842C08) is unknown color: approx Saddle Brown. HEX triplet: 84, 2C and 08. RGB value is (132,44,8). Sum of RGB (Red+Green+Blue) = 132+44+8=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #842C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C08 is #7BD3F7. Grayscale: #424242. Windows color (decimal): -8115192 or 535684. OLE color: 535684.

HSL color Cylindrical-coordinate representation of color #842C08: hue angle of 17.42º 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 #842C08 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB132448-
CMYK00.670.940.48
HSL17.42º88.57%27.45%-
HSV(B)17.42º93.94%51.76%-
XYZ10.466.720.98-
YUV66.2195.15174.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.74%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=71.74%
G=23.91%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13244800.670.940.4817.4288.5727.45
Hex842C80435E3011591b
Octal20454100103136602113133
Binary10000100101100100001000011101111011000010001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842C08; }

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

 H1.HeaderClassName
 {
   color: #842C08;
 }
 .AnyTagClassName
 {
   color: #842C08;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #842C08;
 }
 .BgClassName
 {
   background-color: #842C08;
 }
</style>
border-color css

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

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

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