Shades of Saddle Brown #894201
Tints of Saddle Brown #894201
RGB
CMYK
RGB Variations
Color information
#894201 (or 0x894201) is known color: Saddle Brown. HEX triplet: 89, 42 and 01. RGB value is (137,66,1). Sum of RGB (Red+Green+Blue) = 137+66+1=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #894201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894201 is #76BDFE. Grayscale: #505050. Windows color (decimal): -7781887 or 82569. OLE color: 82569.
HSL color Cylindrical-coordinate representation of color #894201: hue angle of 28.68º degrees, saturation: 0.99, 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 #894201 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.46 |
| HSL | 28.68º | 0.99% | 0.27% | - |
| HSV(B) | 28.68º | 0.99% | 0.54% | - |
| XYZ | 12.27 | 9.22 | 1.16 | - |
| YUV | 79.82 | 83.52 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 1 | 0 | 0.52 | 0.99 | 0.46 | 28.68 | 0.99 | 0.27 |
| Hex | 89 | 42 | 1 | 0 | 34 | 63 | 2E | 1D | 63 | 1B |
| Octal | 211 | 102 | 1 | 0 | 64 | 143 | 56 | 35 | 143 | 33 |
| Binary | 10001001 | 1000010 | 1 | 0 | 110100 | 1100011 | 101110 | 11101 | 1100011 | 11011 |
Color Harmonies of #894201
Complementary color
Monochromatic Colors of #894201
Black with #894201
Text Example
Text Example
White with #894201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894201; }
p { color: rgb(137,66,1); }
H1.HeaderClassName
{
color: #894201;
}
.AnyTagClassName
{
color: #894201;
}
</style>
background-color css
<style>
a { background-color: #894201; }
a { background-color: rgb(137,66,1); }
div.DivClassName
{
background-color: #894201;
}
.BgClassName
{
background-color: #894201;
}
</style>
border-color css
<style>
span { border-color: #894201; }
span { border-color: rgb(137,66,1); }
td.TdClassName
{
border-color: #894201;
}
.TagClassName
{
border-color: #894201;
}
</style>