Shades of Saddle Brown #894103
Tints of Saddle Brown #894103
RGB
CMYK
RGB Variations
Color information
#894103 (or 0x894103) is known color: Saddle Brown. HEX triplet: 89, 41 and 03. RGB value is (137,65,3). Sum of RGB (Red+Green+Blue) = 137+65+3=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #894103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894103 is #76BEFC. Grayscale: #4F4F4F. Windows color (decimal): -7782141 or 213385. OLE color: 213385.
HSL color Cylindrical-coordinate representation of color #894103: hue angle of 27.76º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #894103 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.46 |
| HSL | 27.76º | 0.96% | 0.27% | - |
| HSV(B) | 27.76º | 0.98% | 0.54% | - |
| XYZ | 12.22 | 9.11 | 1.2 | - |
| YUV | 79.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 3 | 0 | 0.53 | 0.98 | 0.46 | 27.76 | 0.96 | 0.27 |
| Hex | 89 | 41 | 3 | 0 | 35 | 62 | 2E | 1C | 60 | 1B |
| Octal | 211 | 101 | 3 | 0 | 65 | 142 | 56 | 34 | 140 | 33 |
| Binary | 10001001 | 1000001 | 11 | 0 | 110101 | 1100010 | 101110 | 11100 | 1100000 | 11011 |
Color Harmonies of #894103
Complementary color
Monochromatic Colors of #894103
Black with #894103
Text Example
Text Example
White with #894103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894103; }
p { color: rgb(137,65,3); }
H1.HeaderClassName
{
color: #894103;
}
.AnyTagClassName
{
color: #894103;
}
</style>
background-color css
<style>
a { background-color: #894103; }
a { background-color: rgb(137,65,3); }
div.DivClassName
{
background-color: #894103;
}
.BgClassName
{
background-color: #894103;
}
</style>
border-color css
<style>
span { border-color: #894103; }
span { border-color: rgb(137,65,3); }
td.TdClassName
{
border-color: #894103;
}
.TagClassName
{
border-color: #894103;
}
</style>