Shades of Saddle Brown #7D2901
Tints of Saddle Brown #7D2901
RGB
CMYK
RGB Variations
Color information
#7D2901 (or 0x7D2901) is known color: Saddle Brown. HEX triplet: 7D, 29 and 01. RGB value is (125,41,1). Sum of RGB (Red+Green+Blue) = 125+41+1=167 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.85% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2901 is #82D6FE. Grayscale: #3D3D3D. Windows color (decimal): -8574719 or 76157. OLE color: 76157.
HSL color Cylindrical-coordinate representation of color #7D2901: hue angle of 19.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D2901 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.51 |
| HSL | 19.35º | 0.98% | 0.25% | - |
| HSV(B) | 19.35º | 0.99% | 0.49% | - |
| XYZ | 9.26 | 5.95 | 0.69 | - |
| YUV | 61.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 1 | 0 | 0.67 | 0.99 | 0.51 | 19.35 | 0.98 | 0.25 |
| Hex | 7D | 29 | 1 | 0 | 43 | 63 | 33 | 13 | 62 | 19 |
| Octal | 175 | 51 | 1 | 0 | 103 | 143 | 63 | 23 | 142 | 31 |
| Binary | 1111101 | 101001 | 1 | 0 | 1000011 | 1100011 | 110011 | 10011 | 1100010 | 11001 |
Color Harmonies of #7D2901
Complementary color
Monochromatic Colors of #7D2901
Black with #7D2901
Text Example
Text Example
White with #7D2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2901; }
p { color: rgb(125,41,1); }
H1.HeaderClassName
{
color: #7D2901;
}
.AnyTagClassName
{
color: #7D2901;
}
</style>
background-color css
<style>
a { background-color: #7D2901; }
a { background-color: rgb(125,41,1); }
div.DivClassName
{
background-color: #7D2901;
}
.BgClassName
{
background-color: #7D2901;
}
</style>
border-color css
<style>
span { border-color: #7D2901; }
span { border-color: rgb(125,41,1); }
td.TdClassName
{
border-color: #7D2901;
}
.TagClassName
{
border-color: #7D2901;
}
</style>