Shades of Saddle Brown #832F04
Tints of Saddle Brown #832F04
RGB
CMYK
RGB Variations
Color information
#832F04 (or 0x832F04) is known color: Saddle Brown. HEX triplet: 83, 2F and 04. RGB value is (131,47,4). Sum of RGB (Red+Green+Blue) = 131+47+4=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #832F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832F04 is #7CD0FB. Grayscale: #434343. Windows color (decimal): -8179964 or 274307. OLE color: 274307.
HSL color Cylindrical-coordinate representation of color #832F04: hue angle of 20.31º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #832F04 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 47 | 4 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.49 |
| HSL | 20.31º | 0.94% | 0.26% | - |
| HSV(B) | 20.31º | 0.97% | 0.51% | - |
| XYZ | 10.4 | 6.87 | 0.89 | - |
| YUV | 67.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 4 | 0 | 0.64 | 0.97 | 0.49 | 20.31 | 0.94 | 0.26 |
| Hex | 83 | 2F | 4 | 0 | 40 | 61 | 31 | 14 | 5E | 1A |
| Octal | 203 | 57 | 4 | 0 | 100 | 141 | 61 | 24 | 136 | 32 |
| Binary | 10000011 | 101111 | 100 | 0 | 1000000 | 1100001 | 110001 | 10100 | 1011110 | 11010 |
Color Harmonies of #832F04
Complementary color
Monochromatic Colors of #832F04
Black with #832F04
Text Example
Text Example
White with #832F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F04; }
p { color: rgb(131,47,4); }
H1.HeaderClassName
{
color: #832F04;
}
.AnyTagClassName
{
color: #832F04;
}
</style>
background-color css
<style>
a { background-color: #832F04; }
a { background-color: rgb(131,47,4); }
div.DivClassName
{
background-color: #832F04;
}
.BgClassName
{
background-color: #832F04;
}
</style>
border-color css
<style>
span { border-color: #832F04; }
span { border-color: rgb(131,47,4); }
td.TdClassName
{
border-color: #832F04;
}
.TagClassName
{
border-color: #832F04;
}
</style>