Shades of Saddle Brown #7F4101
Tints of Saddle Brown #7F4101
RGB
CMYK
RGB Variations
Color information
#7F4101 (or 0x7F4101) is known color: Saddle Brown. HEX triplet: 7F, 41 and 01. RGB value is (127,65,1). Sum of RGB (Red+Green+Blue) = 127+65+1=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4101 is #80BEFE. Grayscale: #4C4C4C. Windows color (decimal): -8437503 or 82303. OLE color: 82303.
HSL color Cylindrical-coordinate representation of color #7F4101: hue angle of 30.48º 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 #7F4101 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.50 |
| HSL | 30.48º | 0.98% | 0.25% | - |
| HSV(B) | 30.48º | 0.99% | 0.5% | - |
| XYZ | 10.65 | 8.29 | 1.07 | - |
| YUV | 76.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 1 | 0 | 0.49 | 0.99 | 0.50 | 30.48 | 0.98 | 0.25 |
| Hex | 7F | 41 | 1 | 0 | 31 | 63 | 32 | 1E | 62 | 19 |
| Octal | 177 | 101 | 1 | 0 | 61 | 143 | 62 | 36 | 142 | 31 |
| Binary | 1111111 | 1000001 | 1 | 0 | 110001 | 1100011 | 110010 | 11110 | 1100010 | 11001 |
Color Harmonies of #7F4101
Complementary color
Monochromatic Colors of #7F4101
Black with #7F4101
Text Example
Text Example
White with #7F4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4101; }
p { color: rgb(127,65,1); }
H1.HeaderClassName
{
color: #7F4101;
}
.AnyTagClassName
{
color: #7F4101;
}
</style>
background-color css
<style>
a { background-color: #7F4101; }
a { background-color: rgb(127,65,1); }
div.DivClassName
{
background-color: #7F4101;
}
.BgClassName
{
background-color: #7F4101;
}
</style>
border-color css
<style>
span { border-color: #7F4101; }
span { border-color: rgb(127,65,1); }
td.TdClassName
{
border-color: #7F4101;
}
.TagClassName
{
border-color: #7F4101;
}
</style>