Shades of Saddle Brown #874107
Tints of Saddle Brown #874107
RGB
CMYK
RGB Variations
Color information
#874107 (or 0x874107) is known color: Saddle Brown. HEX triplet: 87, 41 and 07. RGB value is (135,65,7). Sum of RGB (Red+Green+Blue) = 135+65+7=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #874107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874107 is #78BEF8. Grayscale: #4F4F4F. Windows color (decimal): -7913209 or 475527. OLE color: 475527.
HSL color Cylindrical-coordinate representation of color #874107: hue angle of 27.19º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #874107 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 7 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.47 |
| HSL | 27.19º | 0.9% | 0.28% | - |
| HSV(B) | 27.19º | 0.95% | 0.53% | - |
| XYZ | 11.92 | 8.95 | 1.3 | - |
| YUV | 79.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 7 | 0 | 0.52 | 0.95 | 0.47 | 27.19 | 0.9 | 0.28 |
| Hex | 87 | 41 | 7 | 0 | 34 | 5F | 2F | 1B | 5A | 1C |
| Octal | 207 | 101 | 7 | 0 | 64 | 137 | 57 | 33 | 132 | 34 |
| Binary | 10000111 | 1000001 | 111 | 0 | 110100 | 1011111 | 101111 | 11011 | 1011010 | 11100 |
Color Harmonies of #874107
Complementary color
Monochromatic Colors of #874107
Black with #874107
Text Example
Text Example
White with #874107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874107; }
p { color: rgb(135,65,7); }
H1.HeaderClassName
{
color: #874107;
}
.AnyTagClassName
{
color: #874107;
}
</style>
background-color css
<style>
a { background-color: #874107; }
a { background-color: rgb(135,65,7); }
div.DivClassName
{
background-color: #874107;
}
.BgClassName
{
background-color: #874107;
}
</style>
border-color css
<style>
span { border-color: #874107; }
span { border-color: rgb(135,65,7); }
td.TdClassName
{
border-color: #874107;
}
.TagClassName
{
border-color: #874107;
}
</style>