Shades of Saddle Brown #844707
Tints of Saddle Brown #844707
RGB
CMYK
RGB Variations
Color information
#844707 (or 0x844707) is known color: Saddle Brown. HEX triplet: 84, 47 and 07. RGB value is (132,71,7). Sum of RGB (Red+Green+Blue) = 132+71+7=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #844707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844707 is #7BB8F8. Grayscale: #525252. Windows color (decimal): -8108281 or 477060. OLE color: 477060.
HSL color Cylindrical-coordinate representation of color #844707: hue angle of 30.72º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #844707 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 7 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.48 |
| HSL | 30.72º | 0.9% | 0.27% | - |
| HSV(B) | 30.72º | 0.95% | 0.52% | - |
| XYZ | 11.81 | 9.43 | 1.4 | - |
| YUV | 81.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 7 | 0 | 0.46 | 0.95 | 0.48 | 30.72 | 0.9 | 0.27 |
| Hex | 84 | 47 | 7 | 0 | 2E | 5F | 30 | 1F | 5A | 1B |
| Octal | 204 | 107 | 7 | 0 | 56 | 137 | 60 | 37 | 132 | 33 |
| Binary | 10000100 | 1000111 | 111 | 0 | 101110 | 1011111 | 110000 | 11111 | 1011010 | 11011 |
Color Harmonies of #844707
Complementary color
Monochromatic Colors of #844707
Black with #844707
Text Example
Text Example
White with #844707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844707; }
p { color: rgb(132,71,7); }
H1.HeaderClassName
{
color: #844707;
}
.AnyTagClassName
{
color: #844707;
}
</style>
background-color css
<style>
a { background-color: #844707; }
a { background-color: rgb(132,71,7); }
div.DivClassName
{
background-color: #844707;
}
.BgClassName
{
background-color: #844707;
}
</style>
border-color css
<style>
span { border-color: #844707; }
span { border-color: rgb(132,71,7); }
td.TdClassName
{
border-color: #844707;
}
.TagClassName
{
border-color: #844707;
}
</style>