Shades of Saddle Brown #7F3703
Tints of Saddle Brown #7F3703
RGB
CMYK
RGB Variations
Color information
#7F3703 (or 0x7F3703) is known color: Saddle Brown. HEX triplet: 7F, 37 and 03. RGB value is (127,55,3). Sum of RGB (Red+Green+Blue) = 127+55+3=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3703 is #80C8FC. Grayscale: #464646. Windows color (decimal): -8440061 or 210815. OLE color: 210815.
HSL color Cylindrical-coordinate representation of color #7F3703: hue angle of 25.16º degrees, saturation: 0.95, 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 #7F3703 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 55 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.50 |
| HSL | 25.16º | 0.95% | 0.25% | - |
| HSV(B) | 25.16º | 0.98% | 0.5% | - |
| XYZ | 10.14 | 7.25 | 0.95 | - |
| YUV | 70.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 3 | 0 | 0.57 | 0.98 | 0.50 | 25.16 | 0.95 | 0.25 |
| Hex | 7F | 37 | 3 | 0 | 39 | 62 | 32 | 19 | 5F | 19 |
| Octal | 177 | 67 | 3 | 0 | 71 | 142 | 62 | 31 | 137 | 31 |
| Binary | 1111111 | 110111 | 11 | 0 | 111001 | 1100010 | 110010 | 11001 | 1011111 | 11001 |
Color Harmonies of #7F3703
Complementary color
Monochromatic Colors of #7F3703
Black with #7F3703
Text Example
Text Example
White with #7F3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3703; }
p { color: rgb(127,55,3); }
H1.HeaderClassName
{
color: #7F3703;
}
.AnyTagClassName
{
color: #7F3703;
}
</style>
background-color css
<style>
a { background-color: #7F3703; }
a { background-color: rgb(127,55,3); }
div.DivClassName
{
background-color: #7F3703;
}
.BgClassName
{
background-color: #7F3703;
}
</style>
border-color css
<style>
span { border-color: #7F3703; }
span { border-color: rgb(127,55,3); }
td.TdClassName
{
border-color: #7F3703;
}
.TagClassName
{
border-color: #7F3703;
}
</style>