Shades of Saddle Brown #7D3705
Tints of Saddle Brown #7D3705
RGB
CMYK
RGB Variations
Color information
#7D3705 (or 0x7D3705) is known color: Saddle Brown. HEX triplet: 7D, 37 and 05. RGB value is (125,55,5). Sum of RGB (Red+Green+Blue) = 125+55+5=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3705 is #82C8FA. Grayscale: #464646. Windows color (decimal): -8571131 or 341885. OLE color: 341885.
HSL color Cylindrical-coordinate representation of color #7D3705: hue angle of 25º 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 #7D3705 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 5 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.51 |
| HSL | 25º | 0.92% | 0.25% | - |
| HSV(B) | 25º | 0.96% | 0.49% | - |
| XYZ | 9.85 | 7.1 | 1 | - |
| YUV | 70.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 5 | 0 | 0.56 | 0.96 | 0.51 | 25 | 0.92 | 0.25 |
| Hex | 7D | 37 | 5 | 0 | 38 | 60 | 33 | 19 | 5C | 19 |
| Octal | 175 | 67 | 5 | 0 | 70 | 140 | 63 | 31 | 134 | 31 |
| Binary | 1111101 | 110111 | 101 | 0 | 111000 | 1100000 | 110011 | 11001 | 1011100 | 11001 |
Color Harmonies of #7D3705
Complementary color
Monochromatic Colors of #7D3705
Black with #7D3705
Text Example
Text Example
White with #7D3705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3705; }
p { color: rgb(125,55,5); }
H1.HeaderClassName
{
color: #7D3705;
}
.AnyTagClassName
{
color: #7D3705;
}
</style>
background-color css
<style>
a { background-color: #7D3705; }
a { background-color: rgb(125,55,5); }
div.DivClassName
{
background-color: #7D3705;
}
.BgClassName
{
background-color: #7D3705;
}
</style>
border-color css
<style>
span { border-color: #7D3705; }
span { border-color: rgb(125,55,5); }
td.TdClassName
{
border-color: #7D3705;
}
.TagClassName
{
border-color: #7D3705;
}
</style>