Shades of Saddle Brown #7F3B09
Tints of Saddle Brown #7F3B09
RGB
CMYK
RGB Variations
Color information
#7F3B09 (or 0x7F3B09) is known color: Saddle Brown. HEX triplet: 7F, 3B and 09. RGB value is (127,59,9). Sum of RGB (Red+Green+Blue) = 127+59+9=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3B09 is #80C4F6. Grayscale: #494949. Windows color (decimal): -8439031 or 605055. OLE color: 605055.
HSL color Cylindrical-coordinate representation of color #7F3B09: hue angle of 25.42º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F3B09 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 59 | 9 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.50 |
| HSL | 25.42º | 0.87% | 0.27% | - |
| HSV(B) | 25.42º | 0.93% | 0.5% | - |
| XYZ | 10.37 | 7.66 | 1.19 | - |
| YUV | 73.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 9 | 0 | 0.54 | 0.93 | 0.50 | 25.42 | 0.87 | 0.27 |
| Hex | 7F | 3B | 9 | 0 | 36 | 5D | 32 | 19 | 57 | 1B |
| Octal | 177 | 73 | 11 | 0 | 66 | 135 | 62 | 31 | 127 | 33 |
| Binary | 1111111 | 111011 | 1001 | 0 | 110110 | 1011101 | 110010 | 11001 | 1010111 | 11011 |
Color Harmonies of #7F3B09
Complementary color
Monochromatic Colors of #7F3B09
Black with #7F3B09
Text Example
Text Example
White with #7F3B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3B09; }
p { color: rgb(127,59,9); }
H1.HeaderClassName
{
color: #7F3B09;
}
.AnyTagClassName
{
color: #7F3B09;
}
</style>
background-color css
<style>
a { background-color: #7F3B09; }
a { background-color: rgb(127,59,9); }
div.DivClassName
{
background-color: #7F3B09;
}
.BgClassName
{
background-color: #7F3B09;
}
</style>
border-color css
<style>
span { border-color: #7F3B09; }
span { border-color: rgb(127,59,9); }
td.TdClassName
{
border-color: #7F3B09;
}
.TagClassName
{
border-color: #7F3B09;
}
</style>