Shades of Saddle Brown #894505
Tints of Saddle Brown #894505
RGB
CMYK
RGB Variations
Color information
#894505 (or 0x894505) is known color: Saddle Brown. HEX triplet: 89, 45 and 05. RGB value is (137,69,5). Sum of RGB (Red+Green+Blue) = 137+69+5=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #894505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894505 is #76BAFA. Grayscale: #525252. Windows color (decimal): -7781115 or 345481. OLE color: 345481.
HSL color Cylindrical-coordinate representation of color #894505: hue angle of 29.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #894505 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 5 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.46 |
| HSL | 29.09º | 0.93% | 0.28% | - |
| HSV(B) | 29.09º | 0.96% | 0.54% | - |
| XYZ | 12.47 | 9.59 | 1.34 | - |
| YUV | 82.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 5 | 0 | 0.50 | 0.96 | 0.46 | 29.09 | 0.93 | 0.28 |
| Hex | 89 | 45 | 5 | 0 | 32 | 60 | 2E | 1D | 5D | 1C |
| Octal | 211 | 105 | 5 | 0 | 62 | 140 | 56 | 35 | 135 | 34 |
| Binary | 10001001 | 1000101 | 101 | 0 | 110010 | 1100000 | 101110 | 11101 | 1011101 | 11100 |
Color Harmonies of #894505
Complementary color
Monochromatic Colors of #894505
Black with #894505
Text Example
Text Example
White with #894505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894505; }
p { color: rgb(137,69,5); }
H1.HeaderClassName
{
color: #894505;
}
.AnyTagClassName
{
color: #894505;
}
</style>
background-color css
<style>
a { background-color: #894505; }
a { background-color: rgb(137,69,5); }
div.DivClassName
{
background-color: #894505;
}
.BgClassName
{
background-color: #894505;
}
</style>
border-color css
<style>
span { border-color: #894505; }
span { border-color: rgb(137,69,5); }
td.TdClassName
{
border-color: #894505;
}
.TagClassName
{
border-color: #894505;
}
</style>