Shades of Saddle Brown #7F3101
Tints of Saddle Brown #7F3101
RGB
CMYK
RGB Variations
Color information
#7F3101 (or 0x7F3101) is known color: Saddle Brown. HEX triplet: 7F, 31 and 01. RGB value is (127,49,1). Sum of RGB (Red+Green+Blue) = 127+49+1=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3101 is #80CEFE. Grayscale: #434343. Windows color (decimal): -8441599 or 78207. OLE color: 78207.
HSL color Cylindrical-coordinate representation of color #7F3101: hue angle of 22.86º 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 #7F3101 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.50 |
| HSL | 22.86º | 0.98% | 0.25% | - |
| HSV(B) | 22.86º | 0.99% | 0.5% | - |
| XYZ | 9.86 | 6.71 | 0.8 | - |
| YUV | 66.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 1 | 0 | 0.61 | 0.99 | 0.50 | 22.86 | 0.98 | 0.25 |
| Hex | 7F | 31 | 1 | 0 | 3D | 63 | 32 | 17 | 62 | 19 |
| Octal | 177 | 61 | 1 | 0 | 75 | 143 | 62 | 27 | 142 | 31 |
| Binary | 1111111 | 110001 | 1 | 0 | 111101 | 1100011 | 110010 | 10111 | 1100010 | 11001 |
Color Harmonies of #7F3101
Complementary color
Monochromatic Colors of #7F3101
Black with #7F3101
Text Example
Text Example
White with #7F3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3101; }
p { color: rgb(127,49,1); }
H1.HeaderClassName
{
color: #7F3101;
}
.AnyTagClassName
{
color: #7F3101;
}
</style>
background-color css
<style>
a { background-color: #7F3101; }
a { background-color: rgb(127,49,1); }
div.DivClassName
{
background-color: #7F3101;
}
.BgClassName
{
background-color: #7F3101;
}
</style>
border-color css
<style>
span { border-color: #7F3101; }
span { border-color: rgb(127,49,1); }
td.TdClassName
{
border-color: #7F3101;
}
.TagClassName
{
border-color: #7F3101;
}
</style>