Shades of Saddle Brown #844508
Tints of Saddle Brown #844508
RGB
CMYK
RGB Variations
Color information
#844508 (or 0x844508) is known color: Saddle Brown. HEX triplet: 84, 45 and 08. RGB value is (132,69,8). Sum of RGB (Red+Green+Blue) = 132+69+8=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #844508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844508 is #7BBAF7. Grayscale: #515151. Windows color (decimal): -8108792 or 542084. OLE color: 542084.
HSL color Cylindrical-coordinate representation of color #844508: hue angle of 29.52º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #844508 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 8 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.48 |
| HSL | 29.52º | 0.89% | 0.27% | - |
| HSV(B) | 29.52º | 0.94% | 0.52% | - |
| XYZ | 11.69 | 9.18 | 1.39 | - |
| YUV | 80.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 8 | 0 | 0.48 | 0.94 | 0.48 | 29.52 | 0.89 | 0.27 |
| Hex | 84 | 45 | 8 | 0 | 30 | 5E | 30 | 1E | 59 | 1B |
| Octal | 204 | 105 | 10 | 0 | 60 | 136 | 60 | 36 | 131 | 33 |
| Binary | 10000100 | 1000101 | 1000 | 0 | 110000 | 1011110 | 110000 | 11110 | 1011001 | 11011 |
Color Harmonies of #844508
Complementary color
Monochromatic Colors of #844508
Black with #844508
Text Example
Text Example
White with #844508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844508; }
p { color: rgb(132,69,8); }
H1.HeaderClassName
{
color: #844508;
}
.AnyTagClassName
{
color: #844508;
}
</style>
background-color css
<style>
a { background-color: #844508; }
a { background-color: rgb(132,69,8); }
div.DivClassName
{
background-color: #844508;
}
.BgClassName
{
background-color: #844508;
}
</style>
border-color css
<style>
span { border-color: #844508; }
span { border-color: rgb(132,69,8); }
td.TdClassName
{
border-color: #844508;
}
.TagClassName
{
border-color: #844508;
}
</style>