Shades of Saddle Brown #7F3C01
Tints of Saddle Brown #7F3C01
RGB
CMYK
RGB Variations
Color information
#7F3C01 (or 0x7F3C01) is known color: Saddle Brown. HEX triplet: 7F, 3C and 01. RGB value is (127,60,1). Sum of RGB (Red+Green+Blue) = 127+60+1=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3C01 is #80C3FE. Grayscale: #494949. Windows color (decimal): -8438783 or 81023. OLE color: 81023.
HSL color Cylindrical-coordinate representation of color #7F3C01: hue angle of 28.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F3C01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.50 |
| HSL | 28.1º | 0.98% | 0.25% | - |
| HSV(B) | 28.1º | 0.99% | 0.5% | - |
| XYZ | 10.37 | 7.75 | 0.98 | - |
| YUV | 73.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 1 | 0 | 0.53 | 0.99 | 0.50 | 28.1 | 0.98 | 0.25 |
| Hex | 7F | 3C | 1 | 0 | 35 | 63 | 32 | 1C | 62 | 19 |
| Octal | 177 | 74 | 1 | 0 | 65 | 143 | 62 | 34 | 142 | 31 |
| Binary | 1111111 | 111100 | 1 | 0 | 110101 | 1100011 | 110010 | 11100 | 1100010 | 11001 |
Color Harmonies of #7F3C01
Complementary color
Monochromatic Colors of #7F3C01
Black with #7F3C01
Text Example
Text Example
White with #7F3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C01; }
p { color: rgb(127,60,1); }
H1.HeaderClassName
{
color: #7F3C01;
}
.AnyTagClassName
{
color: #7F3C01;
}
</style>
background-color css
<style>
a { background-color: #7F3C01; }
a { background-color: rgb(127,60,1); }
div.DivClassName
{
background-color: #7F3C01;
}
.BgClassName
{
background-color: #7F3C01;
}
</style>
border-color css
<style>
span { border-color: #7F3C01; }
span { border-color: rgb(127,60,1); }
td.TdClassName
{
border-color: #7F3C01;
}
.TagClassName
{
border-color: #7F3C01;
}
</style>