Shades of Saddle Brown #874903
Tints of Saddle Brown #874903
RGB
CMYK
RGB Variations
Color information
#874903 (or 0x874903) is known color: Saddle Brown. HEX triplet: 87, 49 and 03. RGB value is (135,73,3). Sum of RGB (Red+Green+Blue) = 135+73+3=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #874903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874903 is #78B6FC. Grayscale: #535353. Windows color (decimal): -7911165 or 215431. OLE color: 215431.
HSL color Cylindrical-coordinate representation of color #874903: hue angle of 31.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #874903 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.47 |
| HSL | 31.82º | 0.96% | 0.27% | - |
| HSV(B) | 31.82º | 0.98% | 0.53% | - |
| XYZ | 12.39 | 9.92 | 1.35 | - |
| YUV | 83.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 3 | 0 | 0.46 | 0.98 | 0.47 | 31.82 | 0.96 | 0.27 |
| Hex | 87 | 49 | 3 | 0 | 2E | 62 | 2F | 20 | 60 | 1B |
| Octal | 207 | 111 | 3 | 0 | 56 | 142 | 57 | 40 | 140 | 33 |
| Binary | 10000111 | 1001001 | 11 | 0 | 101110 | 1100010 | 101111 | 100000 | 1100000 | 11011 |
Color Harmonies of #874903
Complementary color
Monochromatic Colors of #874903
Black with #874903
Text Example
Text Example
White with #874903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874903; }
p { color: rgb(135,73,3); }
H1.HeaderClassName
{
color: #874903;
}
.AnyTagClassName
{
color: #874903;
}
</style>
background-color css
<style>
a { background-color: #874903; }
a { background-color: rgb(135,73,3); }
div.DivClassName
{
background-color: #874903;
}
.BgClassName
{
background-color: #874903;
}
</style>
border-color css
<style>
span { border-color: #874903; }
span { border-color: rgb(135,73,3); }
td.TdClassName
{
border-color: #874903;
}
.TagClassName
{
border-color: #874903;
}
</style>