Shades of Saddle Brown #7F2801
Tints of Saddle Brown #7F2801
RGB
CMYK
RGB Variations
Color information
#7F2801 (or 0x7F2801) is known color: Saddle Brown. HEX triplet: 7F, 28 and 01. RGB value is (127,40,1). Sum of RGB (Red+Green+Blue) = 127+40+1=168 (22% of max value = 765). Red value is 127 (50% from 255 or 75.60% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2801 is #80D7FE. Grayscale: #3D3D3D. Windows color (decimal): -8443903 or 75903. OLE color: 75903.
HSL color Cylindrical-coordinate representation of color #7F2801: hue angle of 18.57º 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 #7F2801 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.50 |
| HSL | 18.57º | 0.98% | 0.25% | - |
| HSV(B) | 18.57º | 0.99% | 0.5% | - |
| XYZ | 9.52 | 6.03 | 0.69 | - |
| YUV | 61.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 1 | 0 | 0.69 | 0.99 | 0.50 | 18.57 | 0.98 | 0.25 |
| Hex | 7F | 28 | 1 | 0 | 45 | 63 | 32 | 13 | 62 | 19 |
| Octal | 177 | 50 | 1 | 0 | 105 | 143 | 62 | 23 | 142 | 31 |
| Binary | 1111111 | 101000 | 1 | 0 | 1000101 | 1100011 | 110010 | 10011 | 1100010 | 11001 |
Color Harmonies of #7F2801
Complementary color
Monochromatic Colors of #7F2801
Black with #7F2801
Text Example
Text Example
White with #7F2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2801; }
p { color: rgb(127,40,1); }
H1.HeaderClassName
{
color: #7F2801;
}
.AnyTagClassName
{
color: #7F2801;
}
</style>
background-color css
<style>
a { background-color: #7F2801; }
a { background-color: rgb(127,40,1); }
div.DivClassName
{
background-color: #7F2801;
}
.BgClassName
{
background-color: #7F2801;
}
</style>
border-color css
<style>
span { border-color: #7F2801; }
span { border-color: rgb(127,40,1); }
td.TdClassName
{
border-color: #7F2801;
}
.TagClassName
{
border-color: #7F2801;
}
</style>