Shades of Saddle Brown #7F3006
Tints of Saddle Brown #7F3006
RGB
CMYK
RGB Variations
Color information
#7F3006 (or 0x7F3006) is known color: Saddle Brown. HEX triplet: 7F, 30 and 06. RGB value is (127,48,6). Sum of RGB (Red+Green+Blue) = 127+48+6=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3006 is #80CFF9. Grayscale: #434343. Windows color (decimal): -8441850 or 405631. OLE color: 405631.
HSL color Cylindrical-coordinate representation of color #7F3006: hue angle of 20.83º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F3006 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 6 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.50 |
| HSL | 20.83º | 0.91% | 0.26% | - |
| HSV(B) | 20.83º | 0.95% | 0.5% | - |
| XYZ | 9.84 | 6.64 | 0.94 | - |
| YUV | 66.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 6 | 0 | 0.62 | 0.95 | 0.50 | 20.83 | 0.91 | 0.26 |
| Hex | 7F | 30 | 6 | 0 | 3E | 5F | 32 | 15 | 5B | 1A |
| Octal | 177 | 60 | 6 | 0 | 76 | 137 | 62 | 25 | 133 | 32 |
| Binary | 1111111 | 110000 | 110 | 0 | 111110 | 1011111 | 110010 | 10101 | 1011011 | 11010 |
Color Harmonies of #7F3006
Complementary color
Monochromatic Colors of #7F3006
Black with #7F3006
Text Example
Text Example
White with #7F3006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3006; }
p { color: rgb(127,48,6); }
H1.HeaderClassName
{
color: #7F3006;
}
.AnyTagClassName
{
color: #7F3006;
}
</style>
background-color css
<style>
a { background-color: #7F3006; }
a { background-color: rgb(127,48,6); }
div.DivClassName
{
background-color: #7F3006;
}
.BgClassName
{
background-color: #7F3006;
}
</style>
border-color css
<style>
span { border-color: #7F3006; }
span { border-color: rgb(127,48,6); }
td.TdClassName
{
border-color: #7F3006;
}
.TagClassName
{
border-color: #7F3006;
}
</style>