Shades of Saddle Brown #895003
Tints of Saddle Brown #895003
RGB
CMYK
RGB Variations
Color information
#895003 (or 0x895003) is known color: Saddle Brown. HEX triplet: 89, 50 and 03. RGB value is (137,80,3). Sum of RGB (Red+Green+Blue) = 137+80+3=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #895003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895003 is #76AFFC. Grayscale: #585858. Windows color (decimal): -7778301 or 217225. OLE color: 217225.
HSL color Cylindrical-coordinate representation of color #895003: hue angle of 34.48º 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 #895003 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.46 |
| HSL | 34.48º | 0.96% | 0.27% | - |
| HSV(B) | 34.48º | 0.98% | 0.54% | - |
| XYZ | 13.2 | 11.06 | 1.53 | - |
| YUV | 88.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 3 | 0 | 0.42 | 0.98 | 0.46 | 34.48 | 0.96 | 0.27 |
| Hex | 89 | 50 | 3 | 0 | 2A | 62 | 2E | 22 | 60 | 1B |
| Octal | 211 | 120 | 3 | 0 | 52 | 142 | 56 | 42 | 140 | 33 |
| Binary | 10001001 | 1010000 | 11 | 0 | 101010 | 1100010 | 101110 | 100010 | 1100000 | 11011 |
Color Harmonies of #895003
Complementary color
Monochromatic Colors of #895003
Black with #895003
Text Example
Text Example
White with #895003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895003; }
p { color: rgb(137,80,3); }
H1.HeaderClassName
{
color: #895003;
}
.AnyTagClassName
{
color: #895003;
}
</style>
background-color css
<style>
a { background-color: #895003; }
a { background-color: rgb(137,80,3); }
div.DivClassName
{
background-color: #895003;
}
.BgClassName
{
background-color: #895003;
}
</style>
border-color css
<style>
span { border-color: #895003; }
span { border-color: rgb(137,80,3); }
td.TdClassName
{
border-color: #895003;
}
.TagClassName
{
border-color: #895003;
}
</style>