Shades of Saddle Brown #7F3E0E
Tints of Saddle Brown #7F3E0E
RGB
CMYK
RGB Variations
Color information
#7F3E0E (or 0x7F3E0E) is known color: Saddle Brown. HEX triplet: 7F, 3E and 0E. RGB value is (127,62,14). Sum of RGB (Red+Green+Blue) = 127+62+14=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3E0E is #80C1F1. Grayscale: #4C4C4C. Windows color (decimal): -8438258 or 933503. OLE color: 933503.
HSL color Cylindrical-coordinate representation of color #7F3E0E: hue angle of 25.49º 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 #7F3E0E is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 62 | 14 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.50 |
| HSL | 25.49º | 0.8% | 0.28% | - |
| HSV(B) | 25.49º | 0.89% | 0.5% | - |
| XYZ | 10.55 | 7.99 | 1.4 | - |
| YUV | 75.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 14 | 0 | 0.51 | 0.89 | 0.50 | 25.49 | 0.8 | 0.28 |
| Hex | 7F | 3E | E | 0 | 33 | 59 | 32 | 19 | 50 | 1C |
| Octal | 177 | 76 | 16 | 0 | 63 | 131 | 62 | 31 | 120 | 34 |
| Binary | 1111111 | 111110 | 1110 | 0 | 110011 | 1011001 | 110010 | 11001 | 1010000 | 11100 |
Color Harmonies of #7F3E0E
Complementary color
Monochromatic Colors of #7F3E0E
Black with #7F3E0E
Text Example
Text Example
White with #7F3E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3E0E; }
p { color: rgb(127,62,14); }
H1.HeaderClassName
{
color: #7F3E0E;
}
.AnyTagClassName
{
color: #7F3E0E;
}
</style>
background-color css
<style>
a { background-color: #7F3E0E; }
a { background-color: rgb(127,62,14); }
div.DivClassName
{
background-color: #7F3E0E;
}
.BgClassName
{
background-color: #7F3E0E;
}
</style>
border-color css
<style>
span { border-color: #7F3E0E; }
span { border-color: rgb(127,62,14); }
td.TdClassName
{
border-color: #7F3E0E;
}
.TagClassName
{
border-color: #7F3E0E;
}
</style>