Shades of Saddle Brown #7D3507
Tints of Saddle Brown #7D3507
RGB
CMYK
RGB Variations
Color information
#7D3507 (or 0x7D3507) is known color: Saddle Brown. HEX triplet: 7D, 35 and 07. RGB value is (125,53,7). Sum of RGB (Red+Green+Blue) = 125+53+7=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3507 is #82CAF8. Grayscale: #454545. Windows color (decimal): -8571641 or 472445. OLE color: 472445.
HSL color Cylindrical-coordinate representation of color #7D3507: hue angle of 23.39º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D3507 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 7 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.51 |
| HSL | 23.39º | 0.89% | 0.26% | - |
| HSV(B) | 23.39º | 0.94% | 0.49% | - |
| XYZ | 9.77 | 6.92 | 1.02 | - |
| YUV | 69.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 7 | 0 | 0.58 | 0.94 | 0.51 | 23.39 | 0.89 | 0.26 |
| Hex | 7D | 35 | 7 | 0 | 3A | 5E | 33 | 17 | 59 | 1A |
| Octal | 175 | 65 | 7 | 0 | 72 | 136 | 63 | 27 | 131 | 32 |
| Binary | 1111101 | 110101 | 111 | 0 | 111010 | 1011110 | 110011 | 10111 | 1011001 | 11010 |
Color Harmonies of #7D3507
Complementary color
Monochromatic Colors of #7D3507
Black with #7D3507
Text Example
Text Example
White with #7D3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3507; }
p { color: rgb(125,53,7); }
H1.HeaderClassName
{
color: #7D3507;
}
.AnyTagClassName
{
color: #7D3507;
}
</style>
background-color css
<style>
a { background-color: #7D3507; }
a { background-color: rgb(125,53,7); }
div.DivClassName
{
background-color: #7D3507;
}
.BgClassName
{
background-color: #7D3507;
}
</style>
border-color css
<style>
span { border-color: #7D3507; }
span { border-color: rgb(125,53,7); }
td.TdClassName
{
border-color: #7D3507;
}
.TagClassName
{
border-color: #7D3507;
}
</style>