Shades of Saddle Brown #894802
Tints of Saddle Brown #894802
RGB
CMYK
RGB Variations
Color information
#894802 (or 0x894802) is known color: Saddle Brown. HEX triplet: 89, 48 and 02. RGB value is (137,72,2). Sum of RGB (Red+Green+Blue) = 137+72+2=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #894802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894802 is #76B7FD. Grayscale: #535353. Windows color (decimal): -7780350 or 149641. OLE color: 149641.
HSL color Cylindrical-coordinate representation of color #894802: hue angle of 31.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #894802 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.46 |
| HSL | 31.11º | 0.97% | 0.27% | - |
| HSV(B) | 31.11º | 0.99% | 0.54% | - |
| XYZ | 12.64 | 9.96 | 1.31 | - |
| YUV | 83.46 | 82.03 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 2 | 0 | 0.47 | 0.99 | 0.46 | 31.11 | 0.97 | 0.27 |
| Hex | 89 | 48 | 2 | 0 | 2F | 63 | 2E | 1F | 61 | 1B |
| Octal | 211 | 110 | 2 | 0 | 57 | 143 | 56 | 37 | 141 | 33 |
| Binary | 10001001 | 1001000 | 10 | 0 | 101111 | 1100011 | 101110 | 11111 | 1100001 | 11011 |
Color Harmonies of #894802
Complementary color
Monochromatic Colors of #894802
Black with #894802
Text Example
Text Example
White with #894802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894802; }
p { color: rgb(137,72,2); }
H1.HeaderClassName
{
color: #894802;
}
.AnyTagClassName
{
color: #894802;
}
</style>
background-color css
<style>
a { background-color: #894802; }
a { background-color: rgb(137,72,2); }
div.DivClassName
{
background-color: #894802;
}
.BgClassName
{
background-color: #894802;
}
</style>
border-color css
<style>
span { border-color: #894802; }
span { border-color: rgb(137,72,2); }
td.TdClassName
{
border-color: #894802;
}
.TagClassName
{
border-color: #894802;
}
</style>