Shades of Saddle Brown #7F4002
Tints of Saddle Brown #7F4002
RGB
CMYK
RGB Variations
Color information
#7F4002 (or 0x7F4002) is known color: Saddle Brown. HEX triplet: 7F, 40 and 02. RGB value is (127,64,2). Sum of RGB (Red+Green+Blue) = 127+64+2=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4002 is #80BFFD. Grayscale: #4C4C4C. Windows color (decimal): -8437758 or 147583. OLE color: 147583.
HSL color Cylindrical-coordinate representation of color #7F4002: hue angle of 29.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F4002 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 2 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.50 |
| HSL | 29.76º | 0.97% | 0.25% | - |
| HSV(B) | 29.76º | 0.98% | 0.5% | - |
| XYZ | 10.6 | 8.18 | 1.08 | - |
| YUV | 75.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 2 | 0 | 0.50 | 0.98 | 0.50 | 29.76 | 0.97 | 0.25 |
| Hex | 7F | 40 | 2 | 0 | 32 | 62 | 32 | 1E | 61 | 19 |
| Octal | 177 | 100 | 2 | 0 | 62 | 142 | 62 | 36 | 141 | 31 |
| Binary | 1111111 | 1000000 | 10 | 0 | 110010 | 1100010 | 110010 | 11110 | 1100001 | 11001 |
Color Harmonies of #7F4002
Complementary color
Monochromatic Colors of #7F4002
Black with #7F4002
Text Example
Text Example
White with #7F4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4002; }
p { color: rgb(127,64,2); }
H1.HeaderClassName
{
color: #7F4002;
}
.AnyTagClassName
{
color: #7F4002;
}
</style>
background-color css
<style>
a { background-color: #7F4002; }
a { background-color: rgb(127,64,2); }
div.DivClassName
{
background-color: #7F4002;
}
.BgClassName
{
background-color: #7F4002;
}
</style>
border-color css
<style>
span { border-color: #7F4002; }
span { border-color: rgb(127,64,2); }
td.TdClassName
{
border-color: #7F4002;
}
.TagClassName
{
border-color: #7F4002;
}
</style>