#832A06

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

Shades of Saddle Brown #832A06

Tints of Saddle Brown #832A06

Color information

#832A06 (or 0x832A06) is unknown color: approx Saddle Brown. HEX triplet: 83, 2A and 06. RGB value is (131,42,6). Sum of RGB (Red+Green+Blue) = 131+42+6=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #832A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A06 is #7CD5F9. Grayscale: #404040. Windows color (decimal): -8181242 or 404099. OLE color: 404099.

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

Color convert

RGB131426-
CMYK00.680.950.49
HSL17.28º91.24%26.86%-
HSV(B)17.28º95.42%51.37%-
XYZ10.226.490.89-
YUV64.5194.99175.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 73.18%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=73.18%
G=23.46%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13142600.680.950.4917.2891.2426.86
Hex832A60445F31115b1b
Octal2035260104137612113333
Binary1000001110101011001000100101111111000110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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