Shades of Saddle Brown #7D3700
Tints of Saddle Brown #7D3700
RGB
CMYK
RGB Variations
Color information
#7D3700 (or 0x7D3700) is known color: Saddle Brown. HEX triplet: 7D, 37 and 00. RGB value is (125,55,0). Sum of RGB (Red+Green+Blue) = 125+55+0=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3700 is #82C8FF. Grayscale: #454545. Windows color (decimal): -8571136 or 14205. OLE color: 14205.
HSL color Cylindrical-coordinate representation of color #7D3700: hue angle of 26.4º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D3700 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.51 |
| HSL | 26.4º | 1% | 0.25% | - |
| HSV(B) | 26.4º | 1% | 0.49% | - |
| XYZ | 9.82 | 7.09 | 0.85 | - |
| YUV | 69.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 0 | 0 | 0.56 | 1 | 0.51 | 26.4 | 1 | 0.25 |
| Hex | 7D | 37 | 0 | 0 | 38 | 64 | 33 | 1A | 64 | 19 |
| Octal | 175 | 67 | 0 | 0 | 70 | 144 | 63 | 32 | 144 | 31 |
| Binary | 1111101 | 110111 | 0 | 0 | 111000 | 1100100 | 110011 | 11010 | 1100100 | 11001 |
Color Harmonies of #7D3700
Complementary color
Monochromatic Colors of #7D3700
Black with #7D3700
Text Example
Text Example
White with #7D3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3700; }
p { color: rgb(125,55,0); }
H1.HeaderClassName
{
color: #7D3700;
}
.AnyTagClassName
{
color: #7D3700;
}
</style>
background-color css
<style>
a { background-color: #7D3700; }
a { background-color: rgb(125,55,0); }
div.DivClassName
{
background-color: #7D3700;
}
.BgClassName
{
background-color: #7D3700;
}
</style>
border-color css
<style>
span { border-color: #7D3700; }
span { border-color: rgb(125,55,0); }
td.TdClassName
{
border-color: #7D3700;
}
.TagClassName
{
border-color: #7D3700;
}
</style>