Shades of Saddle Brown #7F3802
Tints of Saddle Brown #7F3802
RGB
CMYK
RGB Variations
Color information
#7F3802 (or 0x7F3802) is known color: Saddle Brown. HEX triplet: 7F, 38 and 02. RGB value is (127,56,2). Sum of RGB (Red+Green+Blue) = 127+56+2=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3802 is #80C7FD. Grayscale: #474747. Windows color (decimal): -8439806 or 145535. OLE color: 145535.
HSL color Cylindrical-coordinate representation of color #7F3802: hue angle of 25.92º 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 #7F3802 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 2 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.50 |
| HSL | 25.92º | 0.97% | 0.25% | - |
| HSV(B) | 25.92º | 0.98% | 0.5% | - |
| XYZ | 10.18 | 7.34 | 0.94 | - |
| YUV | 71.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 2 | 0 | 0.56 | 0.98 | 0.50 | 25.92 | 0.97 | 0.25 |
| Hex | 7F | 38 | 2 | 0 | 38 | 62 | 32 | 1A | 61 | 19 |
| Octal | 177 | 70 | 2 | 0 | 70 | 142 | 62 | 32 | 141 | 31 |
| Binary | 1111111 | 111000 | 10 | 0 | 111000 | 1100010 | 110010 | 11010 | 1100001 | 11001 |
Color Harmonies of #7F3802
Complementary color
Monochromatic Colors of #7F3802
Black with #7F3802
Text Example
Text Example
White with #7F3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3802; }
p { color: rgb(127,56,2); }
H1.HeaderClassName
{
color: #7F3802;
}
.AnyTagClassName
{
color: #7F3802;
}
</style>
background-color css
<style>
a { background-color: #7F3802; }
a { background-color: rgb(127,56,2); }
div.DivClassName
{
background-color: #7F3802;
}
.BgClassName
{
background-color: #7F3802;
}
</style>
border-color css
<style>
span { border-color: #7F3802; }
span { border-color: rgb(127,56,2); }
td.TdClassName
{
border-color: #7F3802;
}
.TagClassName
{
border-color: #7F3802;
}
</style>