Shades of Saddle Brown #7F350E
Tints of Saddle Brown #7F350E
RGB
CMYK
RGB Variations
Color information
#7F350E (or 0x7F350E) is known color: Saddle Brown. HEX triplet: 7F, 35 and 0E. RGB value is (127,53,14). Sum of RGB (Red+Green+Blue) = 127+53+14=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F350E is #80CAF1. Grayscale: #464646. Windows color (decimal): -8440562 or 931199. OLE color: 931199.
HSL color Cylindrical-coordinate representation of color #7F350E: hue angle of 20.71º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F350E is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 14 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.50 |
| HSL | 20.71º | 0.8% | 0.28% | - |
| HSV(B) | 20.71º | 0.89% | 0.5% | - |
| XYZ | 10.1 | 7.09 | 1.25 | - |
| YUV | 70.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 14 | 0 | 0.58 | 0.89 | 0.50 | 20.71 | 0.8 | 0.28 |
| Hex | 7F | 35 | E | 0 | 3A | 59 | 32 | 15 | 50 | 1C |
| Octal | 177 | 65 | 16 | 0 | 72 | 131 | 62 | 25 | 120 | 34 |
| Binary | 1111111 | 110101 | 1110 | 0 | 111010 | 1011001 | 110010 | 10101 | 1010000 | 11100 |
Color Harmonies of #7F350E
Complementary color
Monochromatic Colors of #7F350E
Black with #7F350E
Text Example
Text Example
White with #7F350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F350E; }
p { color: rgb(127,53,14); }
H1.HeaderClassName
{
color: #7F350E;
}
.AnyTagClassName
{
color: #7F350E;
}
</style>
background-color css
<style>
a { background-color: #7F350E; }
a { background-color: rgb(127,53,14); }
div.DivClassName
{
background-color: #7F350E;
}
.BgClassName
{
background-color: #7F350E;
}
</style>
border-color css
<style>
span { border-color: #7F350E; }
span { border-color: rgb(127,53,14); }
td.TdClassName
{
border-color: #7F350E;
}
.TagClassName
{
border-color: #7F350E;
}
</style>