Shades of Saddle Brown #874005
Tints of Saddle Brown #874005
RGB
CMYK
RGB Variations
Color information
#874005 (or 0x874005) is known color: Saddle Brown. HEX triplet: 87, 40 and 05. RGB value is (135,64,5). Sum of RGB (Red+Green+Blue) = 135+64+5=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #874005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874005 is #78BFFA. Grayscale: #4E4E4E. Windows color (decimal): -7913467 or 344199. OLE color: 344199.
HSL color Cylindrical-coordinate representation of color #874005: hue angle of 27.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #874005 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 5 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.47 |
| HSL | 27.23º | 0.93% | 0.27% | - |
| HSV(B) | 27.23º | 0.96% | 0.53% | - |
| XYZ | 11.85 | 8.83 | 1.22 | - |
| YUV | 78.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 5 | 0 | 0.53 | 0.96 | 0.47 | 27.23 | 0.93 | 0.27 |
| Hex | 87 | 40 | 5 | 0 | 35 | 60 | 2F | 1B | 5D | 1B |
| Octal | 207 | 100 | 5 | 0 | 65 | 140 | 57 | 33 | 135 | 33 |
| Binary | 10000111 | 1000000 | 101 | 0 | 110101 | 1100000 | 101111 | 11011 | 1011101 | 11011 |
Color Harmonies of #874005
Complementary color
Monochromatic Colors of #874005
Black with #874005
Text Example
Text Example
White with #874005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874005; }
p { color: rgb(135,64,5); }
H1.HeaderClassName
{
color: #874005;
}
.AnyTagClassName
{
color: #874005;
}
</style>
background-color css
<style>
a { background-color: #874005; }
a { background-color: rgb(135,64,5); }
div.DivClassName
{
background-color: #874005;
}
.BgClassName
{
background-color: #874005;
}
</style>
border-color css
<style>
span { border-color: #874005; }
span { border-color: rgb(135,64,5); }
td.TdClassName
{
border-color: #874005;
}
.TagClassName
{
border-color: #874005;
}
</style>