Shades of Saddle Brown #844201
Tints of Saddle Brown #844201
RGB
CMYK
RGB Variations
Color information
#844201 (or 0x844201) is known color: Saddle Brown. HEX triplet: 84, 42 and 01. RGB value is (132,66,1). Sum of RGB (Red+Green+Blue) = 132+66+1=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #844201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844201 is #7BBDFE. Grayscale: #4E4E4E. Windows color (decimal): -8109567 or 82564. OLE color: 82564.
HSL color Cylindrical-coordinate representation of color #844201: hue angle of 29.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #844201 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 1 | - |
| CMYK | 0 | 0.5 | 0.99 | 0.48 |
| HSL | 29.77º | 0.98% | 0.26% | - |
| HSV(B) | 29.77º | 0.99% | 0.52% | - |
| XYZ | 11.47 | 8.8 | 1.12 | - |
| YUV | 78.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 1 | 0 | 0.5 | 0.99 | 0.48 | 29.77 | 0.98 | 0.26 |
| Hex | 84 | 42 | 1 | 0 | 32 | 63 | 30 | 1E | 62 | 1A |
| Octal | 204 | 102 | 1 | 0 | 62 | 143 | 60 | 36 | 142 | 32 |
| Binary | 10000100 | 1000010 | 1 | 0 | 110010 | 1100011 | 110000 | 11110 | 1100010 | 11010 |
Color Harmonies of #844201
Complementary color
Monochromatic Colors of #844201
Black with #844201
Text Example
Text Example
White with #844201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844201; }
p { color: rgb(132,66,1); }
H1.HeaderClassName
{
color: #844201;
}
.AnyTagClassName
{
color: #844201;
}
</style>
background-color css
<style>
a { background-color: #844201; }
a { background-color: rgb(132,66,1); }
div.DivClassName
{
background-color: #844201;
}
.BgClassName
{
background-color: #844201;
}
</style>
border-color css
<style>
span { border-color: #844201; }
span { border-color: rgb(132,66,1); }
td.TdClassName
{
border-color: #844201;
}
.TagClassName
{
border-color: #844201;
}
</style>