Shades of Saddle Brown #842800
Tints of Saddle Brown #842800
RGB
CMYK
RGB Variations
Color information
#842800 (or 0x842800) is known color: Saddle Brown. HEX triplet: 84, 28 and 00. RGB value is (132,40,0). Sum of RGB (Red+Green+Blue) = 132+40+0=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #842800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842800 is #7BD7FF. Grayscale: #3F3F3F. Windows color (decimal): -8116224 or 10372. OLE color: 10372.
HSL color Cylindrical-coordinate representation of color #842800: hue angle of 18.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #842800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.48 |
| HSL | 18.18º | 1% | 0.26% | - |
| HSV(B) | 18.18º | 1% | 0.52% | - |
| XYZ | 10.27 | 6.42 | 0.7 | - |
| YUV | 62.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 0 | 0 | 0.70 | 1 | 0.48 | 18.18 | 1 | 0.26 |
| Hex | 84 | 28 | 0 | 0 | 46 | 64 | 30 | 12 | 64 | 1A |
| Octal | 204 | 50 | 0 | 0 | 106 | 144 | 60 | 22 | 144 | 32 |
| Binary | 10000100 | 101000 | 0 | 0 | 1000110 | 1100100 | 110000 | 10010 | 1100100 | 11010 |
Color Harmonies of #842800
Complementary color
Monochromatic Colors of #842800
Black with #842800
Text Example
Text Example
White with #842800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842800; }
p { color: rgb(132,40,0); }
H1.HeaderClassName
{
color: #842800;
}
.AnyTagClassName
{
color: #842800;
}
</style>
background-color css
<style>
a { background-color: #842800; }
a { background-color: rgb(132,40,0); }
div.DivClassName
{
background-color: #842800;
}
.BgClassName
{
background-color: #842800;
}
</style>
border-color css
<style>
span { border-color: #842800; }
span { border-color: rgb(132,40,0); }
td.TdClassName
{
border-color: #842800;
}
.TagClassName
{
border-color: #842800;
}
</style>