Shades of Saddle Brown #7F2D03
Tints of Saddle Brown #7F2D03
RGB
CMYK
RGB Variations
Color information
#7F2D03 (or 0x7F2D03) is known color: Saddle Brown. HEX triplet: 7F, 2D and 03. RGB value is (127,45,3). Sum of RGB (Red+Green+Blue) = 127+45+3=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2D03 is #80D2FC. Grayscale: #404040. Windows color (decimal): -8442621 or 208255. OLE color: 208255.
HSL color Cylindrical-coordinate representation of color #7F2D03: hue angle of 20.32º 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 #7F2D03 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.50 |
| HSL | 20.32º | 0.95% | 0.25% | - |
| HSV(B) | 20.32º | 0.98% | 0.5% | - |
| XYZ | 9.71 | 6.4 | 0.81 | - |
| YUV | 64.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 3 | 0 | 0.65 | 0.98 | 0.50 | 20.32 | 0.95 | 0.25 |
| Hex | 7F | 2D | 3 | 0 | 41 | 62 | 32 | 14 | 5F | 19 |
| Octal | 177 | 55 | 3 | 0 | 101 | 142 | 62 | 24 | 137 | 31 |
| Binary | 1111111 | 101101 | 11 | 0 | 1000001 | 1100010 | 110010 | 10100 | 1011111 | 11001 |
Color Harmonies of #7F2D03
Complementary color
Monochromatic Colors of #7F2D03
Black with #7F2D03
Text Example
Text Example
White with #7F2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D03; }
p { color: rgb(127,45,3); }
H1.HeaderClassName
{
color: #7F2D03;
}
.AnyTagClassName
{
color: #7F2D03;
}
</style>
background-color css
<style>
a { background-color: #7F2D03; }
a { background-color: rgb(127,45,3); }
div.DivClassName
{
background-color: #7F2D03;
}
.BgClassName
{
background-color: #7F2D03;
}
</style>
border-color css
<style>
span { border-color: #7F2D03; }
span { border-color: rgb(127,45,3); }
td.TdClassName
{
border-color: #7F2D03;
}
.TagClassName
{
border-color: #7F2D03;
}
</style>