Shades of Saddle Brown #895008
Tints of Saddle Brown #895008
RGB
CMYK
RGB Variations
Color information
#895008 (or 0x895008) is known color: Saddle Brown. HEX triplet: 89, 50 and 08. RGB value is (137,80,8). Sum of RGB (Red+Green+Blue) = 137+80+8=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #895008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895008 is #76AFF7. Grayscale: #595959. Windows color (decimal): -7778296 or 544905. OLE color: 544905.
HSL color Cylindrical-coordinate representation of color #895008: hue angle of 33.49º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #895008 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 8 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.46 |
| HSL | 33.49º | 0.89% | 0.28% | - |
| HSV(B) | 33.49º | 0.94% | 0.54% | - |
| XYZ | 13.23 | 11.07 | 1.67 | - |
| YUV | 88.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 8 | 0 | 0.42 | 0.94 | 0.46 | 33.49 | 0.89 | 0.28 |
| Hex | 89 | 50 | 8 | 0 | 2A | 5E | 2E | 21 | 59 | 1C |
| Octal | 211 | 120 | 10 | 0 | 52 | 136 | 56 | 41 | 131 | 34 |
| Binary | 10001001 | 1010000 | 1000 | 0 | 101010 | 1011110 | 101110 | 100001 | 1011001 | 11100 |
Color Harmonies of #895008
Complementary color
Monochromatic Colors of #895008
Black with #895008
Text Example
Text Example
White with #895008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895008; }
p { color: rgb(137,80,8); }
H1.HeaderClassName
{
color: #895008;
}
.AnyTagClassName
{
color: #895008;
}
</style>
background-color css
<style>
a { background-color: #895008; }
a { background-color: rgb(137,80,8); }
div.DivClassName
{
background-color: #895008;
}
.BgClassName
{
background-color: #895008;
}
</style>
border-color css
<style>
span { border-color: #895008; }
span { border-color: rgb(137,80,8); }
td.TdClassName
{
border-color: #895008;
}
.TagClassName
{
border-color: #895008;
}
</style>