Shades of Saddle Brown #7F3005
Tints of Saddle Brown #7F3005
RGB
CMYK
RGB Variations
Color information
#7F3005 (or 0x7F3005) is known color: Saddle Brown. HEX triplet: 7F, 30 and 05. RGB value is (127,48,5). Sum of RGB (Red+Green+Blue) = 127+48+5=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3005 is #80CFFA. Grayscale: #424242. Windows color (decimal): -8441851 or 340095. OLE color: 340095.
HSL color Cylindrical-coordinate representation of color #7F3005: hue angle of 21.15º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F3005 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 5 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.50 |
| HSL | 21.15º | 0.92% | 0.26% | - |
| HSV(B) | 21.15º | 0.96% | 0.5% | - |
| XYZ | 9.84 | 6.64 | 0.91 | - |
| YUV | 66.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 5 | 0 | 0.62 | 0.96 | 0.50 | 21.15 | 0.92 | 0.26 |
| Hex | 7F | 30 | 5 | 0 | 3E | 60 | 32 | 15 | 5C | 1A |
| Octal | 177 | 60 | 5 | 0 | 76 | 140 | 62 | 25 | 134 | 32 |
| Binary | 1111111 | 110000 | 101 | 0 | 111110 | 1100000 | 110010 | 10101 | 1011100 | 11010 |
Color Harmonies of #7F3005
Complementary color
Monochromatic Colors of #7F3005
Black with #7F3005
Text Example
Text Example
White with #7F3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3005; }
p { color: rgb(127,48,5); }
H1.HeaderClassName
{
color: #7F3005;
}
.AnyTagClassName
{
color: #7F3005;
}
</style>
background-color css
<style>
a { background-color: #7F3005; }
a { background-color: rgb(127,48,5); }
div.DivClassName
{
background-color: #7F3005;
}
.BgClassName
{
background-color: #7F3005;
}
</style>
border-color css
<style>
span { border-color: #7F3005; }
span { border-color: rgb(127,48,5); }
td.TdClassName
{
border-color: #7F3005;
}
.TagClassName
{
border-color: #7F3005;
}
</style>