Shades of Saddle Brown #894908
Tints of Saddle Brown #894908
RGB
CMYK
RGB Variations
Color information
#894908 (or 0x894908) is known color: Saddle Brown. HEX triplet: 89, 49 and 08. RGB value is (137,73,8). Sum of RGB (Red+Green+Blue) = 137+73+8=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #894908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894908 is #76B6F7. Grayscale: #555555. Windows color (decimal): -7780088 or 543113. OLE color: 543113.
HSL color Cylindrical-coordinate representation of color #894908: hue angle of 30.23º 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 #894908 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 8 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.46 |
| HSL | 30.23º | 0.89% | 0.28% | - |
| HSV(B) | 30.23º | 0.94% | 0.54% | - |
| XYZ | 12.74 | 10.1 | 1.51 | - |
| YUV | 84.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 8 | 0 | 0.47 | 0.94 | 0.46 | 30.23 | 0.89 | 0.28 |
| Hex | 89 | 49 | 8 | 0 | 2F | 5E | 2E | 1E | 59 | 1C |
| Octal | 211 | 111 | 10 | 0 | 57 | 136 | 56 | 36 | 131 | 34 |
| Binary | 10001001 | 1001001 | 1000 | 0 | 101111 | 1011110 | 101110 | 11110 | 1011001 | 11100 |
Color Harmonies of #894908
Complementary color
Monochromatic Colors of #894908
Black with #894908
Text Example
Text Example
White with #894908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894908; }
p { color: rgb(137,73,8); }
H1.HeaderClassName
{
color: #894908;
}
.AnyTagClassName
{
color: #894908;
}
</style>
background-color css
<style>
a { background-color: #894908; }
a { background-color: rgb(137,73,8); }
div.DivClassName
{
background-color: #894908;
}
.BgClassName
{
background-color: #894908;
}
</style>
border-color css
<style>
span { border-color: #894908; }
span { border-color: rgb(137,73,8); }
td.TdClassName
{
border-color: #894908;
}
.TagClassName
{
border-color: #894908;
}
</style>