Shades of Saddle Brown #7F2B05
Tints of Saddle Brown #7F2B05
RGB
CMYK
RGB Variations
Color information
#7F2B05 (or 0x7F2B05) is known color: Saddle Brown. HEX triplet: 7F, 2B and 05. RGB value is (127,43,5). Sum of RGB (Red+Green+Blue) = 127+43+5=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2B05 is #80D4FA. Grayscale: #404040. Windows color (decimal): -8443131 or 338815. OLE color: 338815.
HSL color Cylindrical-coordinate representation of color #7F2B05: hue angle of 18.69º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F2B05 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 43 | 5 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.50 |
| HSL | 18.69º | 0.92% | 0.26% | - |
| HSV(B) | 18.69º | 0.96% | 0.5% | - |
| XYZ | 9.64 | 6.25 | 0.84 | - |
| YUV | 63.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 5 | 0 | 0.66 | 0.96 | 0.50 | 18.69 | 0.92 | 0.26 |
| Hex | 7F | 2B | 5 | 0 | 42 | 60 | 32 | 13 | 5C | 1A |
| Octal | 177 | 53 | 5 | 0 | 102 | 140 | 62 | 23 | 134 | 32 |
| Binary | 1111111 | 101011 | 101 | 0 | 1000010 | 1100000 | 110010 | 10011 | 1011100 | 11010 |
Color Harmonies of #7F2B05
Complementary color
Monochromatic Colors of #7F2B05
Black with #7F2B05
Text Example
Text Example
White with #7F2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B05; }
p { color: rgb(127,43,5); }
H1.HeaderClassName
{
color: #7F2B05;
}
.AnyTagClassName
{
color: #7F2B05;
}
</style>
background-color css
<style>
a { background-color: #7F2B05; }
a { background-color: rgb(127,43,5); }
div.DivClassName
{
background-color: #7F2B05;
}
.BgClassName
{
background-color: #7F2B05;
}
</style>
border-color css
<style>
span { border-color: #7F2B05; }
span { border-color: rgb(127,43,5); }
td.TdClassName
{
border-color: #7F2B05;
}
.TagClassName
{
border-color: #7F2B05;
}
</style>