Shades of Saddle Brown #7F3702
Tints of Saddle Brown #7F3702
RGB
CMYK
RGB Variations
Color information
#7F3702 (or 0x7F3702) is known color: Saddle Brown. HEX triplet: 7F, 37 and 02. RGB value is (127,55,2). Sum of RGB (Red+Green+Blue) = 127+55+2=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3702 is #80C8FD. Grayscale: #464646. Windows color (decimal): -8440062 or 145279. OLE color: 145279.
HSL color Cylindrical-coordinate representation of color #7F3702: hue angle of 25.44º 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 #7F3702 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 55 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.50 |
| HSL | 25.44º | 0.97% | 0.25% | - |
| HSV(B) | 25.44º | 0.98% | 0.5% | - |
| XYZ | 10.13 | 7.25 | 0.92 | - |
| YUV | 70.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 2 | 0 | 0.57 | 0.98 | 0.50 | 25.44 | 0.97 | 0.25 |
| Hex | 7F | 37 | 2 | 0 | 39 | 62 | 32 | 19 | 61 | 19 |
| Octal | 177 | 67 | 2 | 0 | 71 | 142 | 62 | 31 | 141 | 31 |
| Binary | 1111111 | 110111 | 10 | 0 | 111001 | 1100010 | 110010 | 11001 | 1100001 | 11001 |
Color Harmonies of #7F3702
Complementary color
Monochromatic Colors of #7F3702
Black with #7F3702
Text Example
Text Example
White with #7F3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3702; }
p { color: rgb(127,55,2); }
H1.HeaderClassName
{
color: #7F3702;
}
.AnyTagClassName
{
color: #7F3702;
}
</style>
background-color css
<style>
a { background-color: #7F3702; }
a { background-color: rgb(127,55,2); }
div.DivClassName
{
background-color: #7F3702;
}
.BgClassName
{
background-color: #7F3702;
}
</style>
border-color css
<style>
span { border-color: #7F3702; }
span { border-color: rgb(127,55,2); }
td.TdClassName
{
border-color: #7F3702;
}
.TagClassName
{
border-color: #7F3702;
}
</style>