Shades of Saddle Brown #845010
Tints of Saddle Brown #845010
RGB
CMYK
RGB Variations
Color information
#845010 (or 0x845010) is known color: Saddle Brown. HEX triplet: 84, 50 and 10. RGB value is (132,80,16). Sum of RGB (Red+Green+Blue) = 132+80+16=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #845010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845010 is #7BAFEF. Grayscale: #585858. Windows color (decimal): -8105968 or 1069188. OLE color: 1069188.
HSL color Cylindrical-coordinate representation of color #845010: hue angle of 33.1º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #845010 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 16 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.48 |
| HSL | 33.1º | 0.78% | 0.29% | - |
| HSV(B) | 33.1º | 0.88% | 0.52% | - |
| XYZ | 12.48 | 10.68 | 1.89 | - |
| YUV | 88.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 16 | 0 | 0.39 | 0.88 | 0.48 | 33.1 | 0.78 | 0.29 |
| Hex | 84 | 50 | 10 | 0 | 27 | 58 | 30 | 21 | 4E | 1D |
| Octal | 204 | 120 | 20 | 0 | 47 | 130 | 60 | 41 | 116 | 35 |
| Binary | 10000100 | 1010000 | 10000 | 0 | 100111 | 1011000 | 110000 | 100001 | 1001110 | 11101 |
Color Harmonies of #845010
Complementary color
Monochromatic Colors of #845010
Black with #845010
Text Example
Text Example
White with #845010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845010; }
p { color: rgb(132,80,16); }
H1.HeaderClassName
{
color: #845010;
}
.AnyTagClassName
{
color: #845010;
}
</style>
background-color css
<style>
a { background-color: #845010; }
a { background-color: rgb(132,80,16); }
div.DivClassName
{
background-color: #845010;
}
.BgClassName
{
background-color: #845010;
}
</style>
border-color css
<style>
span { border-color: #845010; }
span { border-color: rgb(132,80,16); }
td.TdClassName
{
border-color: #845010;
}
.TagClassName
{
border-color: #845010;
}
</style>