Shades of Saddle Brown #7F3C0E
Tints of Saddle Brown #7F3C0E
RGB
CMYK
RGB Variations
Color information
#7F3C0E (or 0x7F3C0E) is known color: Saddle Brown. HEX triplet: 7F, 3C and 0E. RGB value is (127,60,14). Sum of RGB (Red+Green+Blue) = 127+60+14=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3C0E is #80C3F1. Grayscale: #4B4B4B. Windows color (decimal): -8438770 or 932991. OLE color: 932991.
HSL color Cylindrical-coordinate representation of color #7F3C0E: hue angle of 24.42º 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 #7F3C0E is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 14 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.50 |
| HSL | 24.42º | 0.8% | 0.28% | - |
| HSV(B) | 24.42º | 0.89% | 0.5% | - |
| XYZ | 10.45 | 7.78 | 1.37 | - |
| YUV | 74.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 14 | 0 | 0.53 | 0.89 | 0.50 | 24.42 | 0.8 | 0.28 |
| Hex | 7F | 3C | E | 0 | 35 | 59 | 32 | 18 | 50 | 1C |
| Octal | 177 | 74 | 16 | 0 | 65 | 131 | 62 | 30 | 120 | 34 |
| Binary | 1111111 | 111100 | 1110 | 0 | 110101 | 1011001 | 110010 | 11000 | 1010000 | 11100 |
Color Harmonies of #7F3C0E
Complementary color
Monochromatic Colors of #7F3C0E
Black with #7F3C0E
Text Example
Text Example
White with #7F3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C0E; }
p { color: rgb(127,60,14); }
H1.HeaderClassName
{
color: #7F3C0E;
}
.AnyTagClassName
{
color: #7F3C0E;
}
</style>
background-color css
<style>
a { background-color: #7F3C0E; }
a { background-color: rgb(127,60,14); }
div.DivClassName
{
background-color: #7F3C0E;
}
.BgClassName
{
background-color: #7F3C0E;
}
</style>
border-color css
<style>
span { border-color: #7F3C0E; }
span { border-color: rgb(127,60,14); }
td.TdClassName
{
border-color: #7F3C0E;
}
.TagClassName
{
border-color: #7F3C0E;
}
</style>