Shades of Saddle Brown #7F3403
Tints of Saddle Brown #7F3403
RGB
CMYK
RGB Variations
Color information
#7F3403 (or 0x7F3403) is known color: Saddle Brown. HEX triplet: 7F, 34 and 03. RGB value is (127,52,3). Sum of RGB (Red+Green+Blue) = 127+52+3=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3403 is #80CBFC. Grayscale: #454545. Windows color (decimal): -8440829 or 210047. OLE color: 210047.
HSL color Cylindrical-coordinate representation of color #7F3403: hue angle of 23.71º degrees, saturation: 0.95, 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 #7F3403 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 52 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.50 |
| HSL | 23.71º | 0.95% | 0.25% | - |
| HSV(B) | 23.71º | 0.98% | 0.5% | - |
| XYZ | 10 | 6.97 | 0.91 | - |
| YUV | 68.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 3 | 0 | 0.59 | 0.98 | 0.50 | 23.71 | 0.95 | 0.25 |
| Hex | 7F | 34 | 3 | 0 | 3B | 62 | 32 | 18 | 5F | 19 |
| Octal | 177 | 64 | 3 | 0 | 73 | 142 | 62 | 30 | 137 | 31 |
| Binary | 1111111 | 110100 | 11 | 0 | 111011 | 1100010 | 110010 | 11000 | 1011111 | 11001 |
Color Harmonies of #7F3403
Complementary color
Monochromatic Colors of #7F3403
Black with #7F3403
Text Example
Text Example
White with #7F3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3403; }
p { color: rgb(127,52,3); }
H1.HeaderClassName
{
color: #7F3403;
}
.AnyTagClassName
{
color: #7F3403;
}
</style>
background-color css
<style>
a { background-color: #7F3403; }
a { background-color: rgb(127,52,3); }
div.DivClassName
{
background-color: #7F3403;
}
.BgClassName
{
background-color: #7F3403;
}
</style>
border-color css
<style>
span { border-color: #7F3403; }
span { border-color: rgb(127,52,3); }
td.TdClassName
{
border-color: #7F3403;
}
.TagClassName
{
border-color: #7F3403;
}
</style>