Shades of Saddle Brown #7D3703
Tints of Saddle Brown #7D3703
RGB
CMYK
RGB Variations
Color information
#7D3703 (or 0x7D3703) is known color: Saddle Brown. HEX triplet: 7D, 37 and 03. RGB value is (125,55,3). Sum of RGB (Red+Green+Blue) = 125+55+3=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3703 is #82C8FC. Grayscale: #464646. Windows color (decimal): -8571133 or 210813. OLE color: 210813.
HSL color Cylindrical-coordinate representation of color #7D3703: hue angle of 25.57º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D3703 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.51 |
| HSL | 25.57º | 0.95% | 0.25% | - |
| HSV(B) | 25.57º | 0.98% | 0.49% | - |
| XYZ | 9.84 | 7.1 | 0.94 | - |
| YUV | 70 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 3 | 0 | 0.56 | 0.98 | 0.51 | 25.57 | 0.95 | 0.25 |
| Hex | 7D | 37 | 3 | 0 | 38 | 62 | 33 | 1A | 5F | 19 |
| Octal | 175 | 67 | 3 | 0 | 70 | 142 | 63 | 32 | 137 | 31 |
| Binary | 1111101 | 110111 | 11 | 0 | 111000 | 1100010 | 110011 | 11010 | 1011111 | 11001 |
Color Harmonies of #7D3703
Complementary color
Monochromatic Colors of #7D3703
Black with #7D3703
Text Example
Text Example
White with #7D3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3703; }
p { color: rgb(125,55,3); }
H1.HeaderClassName
{
color: #7D3703;
}
.AnyTagClassName
{
color: #7D3703;
}
</style>
background-color css
<style>
a { background-color: #7D3703; }
a { background-color: rgb(125,55,3); }
div.DivClassName
{
background-color: #7D3703;
}
.BgClassName
{
background-color: #7D3703;
}
</style>
border-color css
<style>
span { border-color: #7D3703; }
span { border-color: rgb(125,55,3); }
td.TdClassName
{
border-color: #7D3703;
}
.TagClassName
{
border-color: #7D3703;
}
</style>