Shades of Saddle Brown #7F3002
Tints of Saddle Brown #7F3002
RGB
CMYK
RGB Variations
Color information
#7F3002 (or 0x7F3002) is known color: Saddle Brown. HEX triplet: 7F, 30 and 02. RGB value is (127,48,2). Sum of RGB (Red+Green+Blue) = 127+48+2=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3002 is #80CFFD. Grayscale: #424242. Windows color (decimal): -8441854 or 143487. OLE color: 143487.
HSL color Cylindrical-coordinate representation of color #7F3002: hue angle of 22.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F3002 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 2 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.50 |
| HSL | 22.08º | 0.97% | 0.25% | - |
| HSV(B) | 22.08º | 0.98% | 0.5% | - |
| XYZ | 9.82 | 6.63 | 0.82 | - |
| YUV | 66.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 2 | 0 | 0.62 | 0.98 | 0.50 | 22.08 | 0.97 | 0.25 |
| Hex | 7F | 30 | 2 | 0 | 3E | 62 | 32 | 16 | 61 | 19 |
| Octal | 177 | 60 | 2 | 0 | 76 | 142 | 62 | 26 | 141 | 31 |
| Binary | 1111111 | 110000 | 10 | 0 | 111110 | 1100010 | 110010 | 10110 | 1100001 | 11001 |
Color Harmonies of #7F3002
Complementary color
Monochromatic Colors of #7F3002
Black with #7F3002
Text Example
Text Example
White with #7F3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3002; }
p { color: rgb(127,48,2); }
H1.HeaderClassName
{
color: #7F3002;
}
.AnyTagClassName
{
color: #7F3002;
}
</style>
background-color css
<style>
a { background-color: #7F3002; }
a { background-color: rgb(127,48,2); }
div.DivClassName
{
background-color: #7F3002;
}
.BgClassName
{
background-color: #7F3002;
}
</style>
border-color css
<style>
span { border-color: #7F3002; }
span { border-color: rgb(127,48,2); }
td.TdClassName
{
border-color: #7F3002;
}
.TagClassName
{
border-color: #7F3002;
}
</style>