Shades of Saddle Brown #7F3202
Tints of Saddle Brown #7F3202
RGB
CMYK
RGB Variations
Color information
#7F3202 (or 0x7F3202) is known color: Saddle Brown. HEX triplet: 7F, 32 and 02. RGB value is (127,50,2). Sum of RGB (Red+Green+Blue) = 127+50+2=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3202 is #80CDFD. Grayscale: #434343. Windows color (decimal): -8441342 or 143999. OLE color: 143999.
HSL color Cylindrical-coordinate representation of color #7F3202: hue angle of 23.04º 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 #7F3202 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 2 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.50 |
| HSL | 23.04º | 0.97% | 0.25% | - |
| HSV(B) | 23.04º | 0.98% | 0.5% | - |
| XYZ | 9.9 | 6.8 | 0.85 | - |
| YUV | 67.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 2 | 0 | 0.61 | 0.98 | 0.50 | 23.04 | 0.97 | 0.25 |
| Hex | 7F | 32 | 2 | 0 | 3D | 62 | 32 | 17 | 61 | 19 |
| Octal | 177 | 62 | 2 | 0 | 75 | 142 | 62 | 27 | 141 | 31 |
| Binary | 1111111 | 110010 | 10 | 0 | 111101 | 1100010 | 110010 | 10111 | 1100001 | 11001 |
Color Harmonies of #7F3202
Complementary color
Monochromatic Colors of #7F3202
Black with #7F3202
Text Example
Text Example
White with #7F3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3202; }
p { color: rgb(127,50,2); }
H1.HeaderClassName
{
color: #7F3202;
}
.AnyTagClassName
{
color: #7F3202;
}
</style>
background-color css
<style>
a { background-color: #7F3202; }
a { background-color: rgb(127,50,2); }
div.DivClassName
{
background-color: #7F3202;
}
.BgClassName
{
background-color: #7F3202;
}
</style>
border-color css
<style>
span { border-color: #7F3202; }
span { border-color: rgb(127,50,2); }
td.TdClassName
{
border-color: #7F3202;
}
.TagClassName
{
border-color: #7F3202;
}
</style>