Shades of Saddle Brown #894102
Tints of Saddle Brown #894102
RGB
CMYK
RGB Variations
Color information
#894102 (or 0x894102) is known color: Saddle Brown. HEX triplet: 89, 41 and 02. RGB value is (137,65,2). Sum of RGB (Red+Green+Blue) = 137+65+2=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #894102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894102 is #76BEFD. Grayscale: #4F4F4F. Windows color (decimal): -7782142 or 147849. OLE color: 147849.
HSL color Cylindrical-coordinate representation of color #894102: hue angle of 28º 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 #894102 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.46 |
| HSL | 28º | 0.97% | 0.27% | - |
| HSV(B) | 28º | 0.99% | 0.54% | - |
| XYZ | 12.22 | 9.1 | 1.17 | - |
| YUV | 79.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 2 | 0 | 0.53 | 0.99 | 0.46 | 28 | 0.97 | 0.27 |
| Hex | 89 | 41 | 2 | 0 | 35 | 63 | 2E | 1C | 61 | 1B |
| Octal | 211 | 101 | 2 | 0 | 65 | 143 | 56 | 34 | 141 | 33 |
| Binary | 10001001 | 1000001 | 10 | 0 | 110101 | 1100011 | 101110 | 11100 | 1100001 | 11011 |
Color Harmonies of #894102
Complementary color
Monochromatic Colors of #894102
Black with #894102
Text Example
Text Example
White with #894102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894102; }
p { color: rgb(137,65,2); }
H1.HeaderClassName
{
color: #894102;
}
.AnyTagClassName
{
color: #894102;
}
</style>
background-color css
<style>
a { background-color: #894102; }
a { background-color: rgb(137,65,2); }
div.DivClassName
{
background-color: #894102;
}
.BgClassName
{
background-color: #894102;
}
</style>
border-color css
<style>
span { border-color: #894102; }
span { border-color: rgb(137,65,2); }
td.TdClassName
{
border-color: #894102;
}
.TagClassName
{
border-color: #894102;
}
</style>