Shades of Saddle Brown #874008
Tints of Saddle Brown #874008
RGB
CMYK
RGB Variations
Color information
#874008 (or 0x874008) is known color: Saddle Brown. HEX triplet: 87, 40 and 08. RGB value is (135,64,8). Sum of RGB (Red+Green+Blue) = 135+64+8=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #874008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874008 is #78BFF7. Grayscale: #4F4F4F. Windows color (decimal): -7913464 or 540807. OLE color: 540807.
HSL color Cylindrical-coordinate representation of color #874008: hue angle of 26.46º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #874008 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 8 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.47 |
| HSL | 26.46º | 0.89% | 0.28% | - |
| HSV(B) | 26.46º | 0.94% | 0.53% | - |
| XYZ | 11.87 | 8.84 | 1.31 | - |
| YUV | 78.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 8 | 0 | 0.53 | 0.94 | 0.47 | 26.46 | 0.89 | 0.28 |
| Hex | 87 | 40 | 8 | 0 | 35 | 5E | 2F | 1A | 59 | 1C |
| Octal | 207 | 100 | 10 | 0 | 65 | 136 | 57 | 32 | 131 | 34 |
| Binary | 10000111 | 1000000 | 1000 | 0 | 110101 | 1011110 | 101111 | 11010 | 1011001 | 11100 |
Color Harmonies of #874008
Complementary color
Monochromatic Colors of #874008
Black with #874008
Text Example
Text Example
White with #874008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874008; }
p { color: rgb(135,64,8); }
H1.HeaderClassName
{
color: #874008;
}
.AnyTagClassName
{
color: #874008;
}
</style>
background-color css
<style>
a { background-color: #874008; }
a { background-color: rgb(135,64,8); }
div.DivClassName
{
background-color: #874008;
}
.BgClassName
{
background-color: #874008;
}
</style>
border-color css
<style>
span { border-color: #874008; }
span { border-color: rgb(135,64,8); }
td.TdClassName
{
border-color: #874008;
}
.TagClassName
{
border-color: #874008;
}
</style>