Shades of Saddle Brown #7F440D
Tints of Saddle Brown #7F440D
RGB
CMYK
RGB Variations
Color information
#7F440D (or 0x7F440D) is known color: Saddle Brown. HEX triplet: 7F, 44 and 0D. RGB value is (127,68,13). Sum of RGB (Red+Green+Blue) = 127+68+13=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F440D is #80BBF2. Grayscale: #4F4F4F. Windows color (decimal): -8436723 or 869503. OLE color: 869503.
HSL color Cylindrical-coordinate representation of color #7F440D: hue angle of 28.95º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F440D is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 13 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.50 |
| HSL | 28.95º | 0.81% | 0.27% | - |
| HSV(B) | 28.95º | 0.9% | 0.5% | - |
| XYZ | 10.89 | 8.68 | 1.48 | - |
| YUV | 79.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 13 | 0 | 0.46 | 0.90 | 0.50 | 28.95 | 0.81 | 0.27 |
| Hex | 7F | 44 | D | 0 | 2E | 5A | 32 | 1D | 51 | 1B |
| Octal | 177 | 104 | 15 | 0 | 56 | 132 | 62 | 35 | 121 | 33 |
| Binary | 1111111 | 1000100 | 1101 | 0 | 101110 | 1011010 | 110010 | 11101 | 1010001 | 11011 |
Color Harmonies of #7F440D
Complementary color
Monochromatic Colors of #7F440D
Black with #7F440D
Text Example
Text Example
White with #7F440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F440D; }
p { color: rgb(127,68,13); }
H1.HeaderClassName
{
color: #7F440D;
}
.AnyTagClassName
{
color: #7F440D;
}
</style>
background-color css
<style>
a { background-color: #7F440D; }
a { background-color: rgb(127,68,13); }
div.DivClassName
{
background-color: #7F440D;
}
.BgClassName
{
background-color: #7F440D;
}
</style>
border-color css
<style>
span { border-color: #7F440D; }
span { border-color: rgb(127,68,13); }
td.TdClassName
{
border-color: #7F440D;
}
.TagClassName
{
border-color: #7F440D;
}
</style>