Shades of Saddle Brown #7D370D
Tints of Saddle Brown #7D370D
RGB
CMYK
RGB Variations
Color information
#7D370D (or 0x7D370D) is known color: Saddle Brown. HEX triplet: 7D, 37 and 0D. RGB value is (125,55,13). Sum of RGB (Red+Green+Blue) = 125+55+13=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D370D is #82C8F2. Grayscale: #474747. Windows color (decimal): -8571123 or 866173. OLE color: 866173.
HSL color Cylindrical-coordinate representation of color #7D370D: hue angle of 22.5º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D370D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 13 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.51 |
| HSL | 22.5º | 0.81% | 0.27% | - |
| HSV(B) | 22.5º | 0.9% | 0.49% | - |
| XYZ | 9.9 | 7.12 | 1.23 | - |
| YUV | 71.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 13 | 0 | 0.56 | 0.90 | 0.51 | 22.5 | 0.81 | 0.27 |
| Hex | 7D | 37 | D | 0 | 38 | 5A | 33 | 16 | 51 | 1B |
| Octal | 175 | 67 | 15 | 0 | 70 | 132 | 63 | 26 | 121 | 33 |
| Binary | 1111101 | 110111 | 1101 | 0 | 111000 | 1011010 | 110011 | 10110 | 1010001 | 11011 |
Color Harmonies of #7D370D
Complementary color
Monochromatic Colors of #7D370D
Black with #7D370D
Text Example
Text Example
White with #7D370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D370D; }
p { color: rgb(125,55,13); }
H1.HeaderClassName
{
color: #7D370D;
}
.AnyTagClassName
{
color: #7D370D;
}
</style>
background-color css
<style>
a { background-color: #7D370D; }
a { background-color: rgb(125,55,13); }
div.DivClassName
{
background-color: #7D370D;
}
.BgClassName
{
background-color: #7D370D;
}
</style>
border-color css
<style>
span { border-color: #7D370D; }
span { border-color: rgb(125,55,13); }
td.TdClassName
{
border-color: #7D370D;
}
.TagClassName
{
border-color: #7D370D;
}
</style>