Shades of Saddle Brown #7F3E03
Tints of Saddle Brown #7F3E03
RGB
CMYK
RGB Variations
Color information
#7F3E03 (or 0x7F3E03) is known color: Saddle Brown. HEX triplet: 7F, 3E and 03. RGB value is (127,62,3). Sum of RGB (Red+Green+Blue) = 127+62+3=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3E03 is #80C1FC. Grayscale: #4B4B4B. Windows color (decimal): -8438269 or 212607. OLE color: 212607.
HSL color Cylindrical-coordinate representation of color #7F3E03: hue angle of 28.55º 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 #7F3E03 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 62 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.50 |
| HSL | 28.55º | 0.95% | 0.25% | - |
| HSV(B) | 28.55º | 0.98% | 0.5% | - |
| XYZ | 10.49 | 7.96 | 1.07 | - |
| YUV | 74.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 3 | 0 | 0.51 | 0.98 | 0.50 | 28.55 | 0.95 | 0.25 |
| Hex | 7F | 3E | 3 | 0 | 33 | 62 | 32 | 1D | 5F | 19 |
| Octal | 177 | 76 | 3 | 0 | 63 | 142 | 62 | 35 | 137 | 31 |
| Binary | 1111111 | 111110 | 11 | 0 | 110011 | 1100010 | 110010 | 11101 | 1011111 | 11001 |
Color Harmonies of #7F3E03
Complementary color
Monochromatic Colors of #7F3E03
Black with #7F3E03
Text Example
Text Example
White with #7F3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3E03; }
p { color: rgb(127,62,3); }
H1.HeaderClassName
{
color: #7F3E03;
}
.AnyTagClassName
{
color: #7F3E03;
}
</style>
background-color css
<style>
a { background-color: #7F3E03; }
a { background-color: rgb(127,62,3); }
div.DivClassName
{
background-color: #7F3E03;
}
.BgClassName
{
background-color: #7F3E03;
}
</style>
border-color css
<style>
span { border-color: #7F3E03; }
span { border-color: rgb(127,62,3); }
td.TdClassName
{
border-color: #7F3E03;
}
.TagClassName
{
border-color: #7F3E03;
}
</style>