Shades of Saddle Brown #844010
Tints of Saddle Brown #844010
RGB
CMYK
RGB Variations
Color information
#844010 (or 0x844010) is known color: Saddle Brown. HEX triplet: 84, 40 and 10. RGB value is (132,64,16). Sum of RGB (Red+Green+Blue) = 132+64+16=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #844010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844010 is #7BBFEF. Grayscale: #4F4F4F. Windows color (decimal): -8110064 or 1065092. OLE color: 1065092.
HSL color Cylindrical-coordinate representation of color #844010: hue angle of 24.83º 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 #844010 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 16 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.48 |
| HSL | 24.83º | 0.78% | 0.29% | - |
| HSV(B) | 24.83º | 0.88% | 0.52% | - |
| XYZ | 11.44 | 8.61 | 1.55 | - |
| YUV | 78.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 16 | 0 | 0.52 | 0.88 | 0.48 | 24.83 | 0.78 | 0.29 |
| Hex | 84 | 40 | 10 | 0 | 34 | 58 | 30 | 19 | 4E | 1D |
| Octal | 204 | 100 | 20 | 0 | 64 | 130 | 60 | 31 | 116 | 35 |
| Binary | 10000100 | 1000000 | 10000 | 0 | 110100 | 1011000 | 110000 | 11001 | 1001110 | 11101 |
Color Harmonies of #844010
Complementary color
Monochromatic Colors of #844010
Black with #844010
Text Example
Text Example
White with #844010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844010; }
p { color: rgb(132,64,16); }
H1.HeaderClassName
{
color: #844010;
}
.AnyTagClassName
{
color: #844010;
}
</style>
background-color css
<style>
a { background-color: #844010; }
a { background-color: rgb(132,64,16); }
div.DivClassName
{
background-color: #844010;
}
.BgClassName
{
background-color: #844010;
}
</style>
border-color css
<style>
span { border-color: #844010; }
span { border-color: rgb(132,64,16); }
td.TdClassName
{
border-color: #844010;
}
.TagClassName
{
border-color: #844010;
}
</style>