Shades of Saddle Brown #832E04
Tints of Saddle Brown #832E04
RGB
CMYK
RGB Variations
Color information
#832E04 (or 0x832E04) is known color: Saddle Brown. HEX triplet: 83, 2E and 04. RGB value is (131,46,4). Sum of RGB (Red+Green+Blue) = 131+46+4=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #832E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832E04 is #7CD1FB. Grayscale: #424242. Windows color (decimal): -8180220 or 274051. OLE color: 274051.
HSL color Cylindrical-coordinate representation of color #832E04: hue angle of 19.84º 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 #832E04 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 4 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.49 |
| HSL | 19.84º | 0.94% | 0.26% | - |
| HSV(B) | 19.84º | 0.97% | 0.51% | - |
| XYZ | 10.36 | 6.79 | 0.88 | - |
| YUV | 66.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 4 | 0 | 0.65 | 0.97 | 0.49 | 19.84 | 0.94 | 0.26 |
| Hex | 83 | 2E | 4 | 0 | 41 | 61 | 31 | 14 | 5E | 1A |
| Octal | 203 | 56 | 4 | 0 | 101 | 141 | 61 | 24 | 136 | 32 |
| Binary | 10000011 | 101110 | 100 | 0 | 1000001 | 1100001 | 110001 | 10100 | 1011110 | 11010 |
Color Harmonies of #832E04
Complementary color
Monochromatic Colors of #832E04
Black with #832E04
Text Example
Text Example
White with #832E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E04; }
p { color: rgb(131,46,4); }
H1.HeaderClassName
{
color: #832E04;
}
.AnyTagClassName
{
color: #832E04;
}
</style>
background-color css
<style>
a { background-color: #832E04; }
a { background-color: rgb(131,46,4); }
div.DivClassName
{
background-color: #832E04;
}
.BgClassName
{
background-color: #832E04;
}
</style>
border-color css
<style>
span { border-color: #832E04; }
span { border-color: rgb(131,46,4); }
td.TdClassName
{
border-color: #832E04;
}
.TagClassName
{
border-color: #832E04;
}
</style>