Shades of Saddle Brown #832D04
Tints of Saddle Brown #832D04
RGB
CMYK
RGB Variations
Color information
#832D04 (or 0x832D04) is known color: Saddle Brown. HEX triplet: 83, 2D and 04. RGB value is (131,45,4). Sum of RGB (Red+Green+Blue) = 131+45+4=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #832D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832D04 is #7CD2FB. Grayscale: #424242. Windows color (decimal): -8180476 or 273795. OLE color: 273795.
HSL color Cylindrical-coordinate representation of color #832D04: hue angle of 19.37º 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 #832D04 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 4 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.49 |
| HSL | 19.37º | 0.94% | 0.26% | - |
| HSV(B) | 19.37º | 0.97% | 0.51% | - |
| XYZ | 10.32 | 6.71 | 0.87 | - |
| YUV | 66.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 4 | 0 | 0.66 | 0.97 | 0.49 | 19.37 | 0.94 | 0.26 |
| Hex | 83 | 2D | 4 | 0 | 42 | 61 | 31 | 13 | 5E | 1A |
| Octal | 203 | 55 | 4 | 0 | 102 | 141 | 61 | 23 | 136 | 32 |
| Binary | 10000011 | 101101 | 100 | 0 | 1000010 | 1100001 | 110001 | 10011 | 1011110 | 11010 |
Color Harmonies of #832D04
Complementary color
Monochromatic Colors of #832D04
Black with #832D04
Text Example
Text Example
White with #832D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D04; }
p { color: rgb(131,45,4); }
H1.HeaderClassName
{
color: #832D04;
}
.AnyTagClassName
{
color: #832D04;
}
</style>
background-color css
<style>
a { background-color: #832D04; }
a { background-color: rgb(131,45,4); }
div.DivClassName
{
background-color: #832D04;
}
.BgClassName
{
background-color: #832D04;
}
</style>
border-color css
<style>
span { border-color: #832D04; }
span { border-color: rgb(131,45,4); }
td.TdClassName
{
border-color: #832D04;
}
.TagClassName
{
border-color: #832D04;
}
</style>