#842A06

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

Shades of Saddle Brown #842A06

Tints of Saddle Brown #842A06

Color information

#842A06 (or 0x842A06) is unknown color: approx Saddle Brown. HEX triplet: 84, 2A and 06. RGB value is (132,42,6). Sum of RGB (Red+Green+Blue) = 132+42+6=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #842A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842A06 is #7BD5F9. Grayscale: #414141. Windows color (decimal): -8115706 or 404100. OLE color: 404100.

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

Color convert

RGB132426-
CMYK00.680.950.48
HSL17.14º91.3%27.06%-
HSV(B)17.14º95.45%51.76%-
XYZ10.386.570.89-
YUV64.8194.82175.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 42 (16.80% from 255) = 23.33%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=73.33%
G=23.33%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13242600.680.950.4817.1491.327.06
Hex842A60445F30115b1b
Octal2045260104137602113333
Binary1000010010101011001000100101111111000010001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,42,6); }

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

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

 a { background-color: rgb(132,42,6); }

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

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

 span { border-color: rgb(132,42,6); }

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