Shades of Saddle Brown #7D3505
Tints of Saddle Brown #7D3505
RGB
CMYK
RGB Variations
Color information
#7D3505 (or 0x7D3505) is known color: Saddle Brown. HEX triplet: 7D, 35 and 05. RGB value is (125,53,5). Sum of RGB (Red+Green+Blue) = 125+53+5=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3505 is #82CAFA. Grayscale: #454545. Windows color (decimal): -8571643 or 341373. OLE color: 341373.
HSL color Cylindrical-coordinate representation of color #7D3505: hue angle of 24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D3505 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 5 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.51 |
| HSL | 24º | 0.92% | 0.25% | - |
| HSV(B) | 24º | 0.96% | 0.49% | - |
| XYZ | 9.76 | 6.92 | 0.96 | - |
| YUV | 69.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 5 | 0 | 0.58 | 0.96 | 0.51 | 24 | 0.92 | 0.25 |
| Hex | 7D | 35 | 5 | 0 | 3A | 60 | 33 | 18 | 5C | 19 |
| Octal | 175 | 65 | 5 | 0 | 72 | 140 | 63 | 30 | 134 | 31 |
| Binary | 1111101 | 110101 | 101 | 0 | 111010 | 1100000 | 110011 | 11000 | 1011100 | 11001 |
Color Harmonies of #7D3505
Complementary color
Monochromatic Colors of #7D3505
Black with #7D3505
Text Example
Text Example
White with #7D3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3505; }
p { color: rgb(125,53,5); }
H1.HeaderClassName
{
color: #7D3505;
}
.AnyTagClassName
{
color: #7D3505;
}
</style>
background-color css
<style>
a { background-color: #7D3505; }
a { background-color: rgb(125,53,5); }
div.DivClassName
{
background-color: #7D3505;
}
.BgClassName
{
background-color: #7D3505;
}
</style>
border-color css
<style>
span { border-color: #7D3505; }
span { border-color: rgb(125,53,5); }
td.TdClassName
{
border-color: #7D3505;
}
.TagClassName
{
border-color: #7D3505;
}
</style>