Shades of Saddle Brown #874105
Tints of Saddle Brown #874105
RGB
CMYK
RGB Variations
Color information
#874105 (or 0x874105) is known color: Saddle Brown. HEX triplet: 87, 41 and 05. RGB value is (135,65,5). Sum of RGB (Red+Green+Blue) = 135+65+5=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #874105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874105 is #78BEFA. Grayscale: #4F4F4F. Windows color (decimal): -7913211 or 344455. OLE color: 344455.
HSL color Cylindrical-coordinate representation of color #874105: hue angle of 27.69º 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 #874105 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 5 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.47 |
| HSL | 27.69º | 0.93% | 0.27% | - |
| HSV(B) | 27.69º | 0.96% | 0.53% | - |
| XYZ | 11.91 | 8.94 | 1.24 | - |
| YUV | 79.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 5 | 0 | 0.52 | 0.96 | 0.47 | 27.69 | 0.93 | 0.27 |
| Hex | 87 | 41 | 5 | 0 | 34 | 60 | 2F | 1C | 5D | 1B |
| Octal | 207 | 101 | 5 | 0 | 64 | 140 | 57 | 34 | 135 | 33 |
| Binary | 10000111 | 1000001 | 101 | 0 | 110100 | 1100000 | 101111 | 11100 | 1011101 | 11011 |
Color Harmonies of #874105
Complementary color
Monochromatic Colors of #874105
Black with #874105
Text Example
Text Example
White with #874105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874105; }
p { color: rgb(135,65,5); }
H1.HeaderClassName
{
color: #874105;
}
.AnyTagClassName
{
color: #874105;
}
</style>
background-color css
<style>
a { background-color: #874105; }
a { background-color: rgb(135,65,5); }
div.DivClassName
{
background-color: #874105;
}
.BgClassName
{
background-color: #874105;
}
</style>
border-color css
<style>
span { border-color: #874105; }
span { border-color: rgb(135,65,5); }
td.TdClassName
{
border-color: #874105;
}
.TagClassName
{
border-color: #874105;
}
</style>