Shades of Saddle Brown #7F400B
Tints of Saddle Brown #7F400B
RGB
CMYK
RGB Variations
Color information
#7F400B (or 0x7F400B) is known color: Saddle Brown. HEX triplet: 7F, 40 and 0B. RGB value is (127,64,11). Sum of RGB (Red+Green+Blue) = 127+64+11=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F400B is #80BFF4. Grayscale: #4D4D4D. Windows color (decimal): -8437749 or 737407. OLE color: 737407.
HSL color Cylindrical-coordinate representation of color #7F400B: hue angle of 27.41º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F400B is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 11 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.50 |
| HSL | 27.41º | 0.84% | 0.27% | - |
| HSV(B) | 27.41º | 0.91% | 0.5% | - |
| XYZ | 10.65 | 8.2 | 1.34 | - |
| YUV | 76.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 11 | 0 | 0.50 | 0.91 | 0.50 | 27.41 | 0.84 | 0.27 |
| Hex | 7F | 40 | B | 0 | 32 | 5B | 32 | 1B | 54 | 1B |
| Octal | 177 | 100 | 13 | 0 | 62 | 133 | 62 | 33 | 124 | 33 |
| Binary | 1111111 | 1000000 | 1011 | 0 | 110010 | 1011011 | 110010 | 11011 | 1010100 | 11011 |
Color Harmonies of #7F400B
Complementary color
Monochromatic Colors of #7F400B
Black with #7F400B
Text Example
Text Example
White with #7F400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F400B; }
p { color: rgb(127,64,11); }
H1.HeaderClassName
{
color: #7F400B;
}
.AnyTagClassName
{
color: #7F400B;
}
</style>
background-color css
<style>
a { background-color: #7F400B; }
a { background-color: rgb(127,64,11); }
div.DivClassName
{
background-color: #7F400B;
}
.BgClassName
{
background-color: #7F400B;
}
</style>
border-color css
<style>
span { border-color: #7F400B; }
span { border-color: rgb(127,64,11); }
td.TdClassName
{
border-color: #7F400B;
}
.TagClassName
{
border-color: #7F400B;
}
</style>