Shades of Saddle Brown #7D3403
Tints of Saddle Brown #7D3403
RGB
CMYK
RGB Variations
Color information
#7D3403 (or 0x7D3403) is known color: Saddle Brown. HEX triplet: 7D, 34 and 03. RGB value is (125,52,3). Sum of RGB (Red+Green+Blue) = 125+52+3=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3403 is #82CBFC. Grayscale: #444444. Windows color (decimal): -8571901 or 210045. OLE color: 210045.
HSL color Cylindrical-coordinate representation of color #7D3403: hue angle of 24.1º 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 #7D3403 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.51 |
| HSL | 24.1º | 0.95% | 0.25% | - |
| HSV(B) | 24.1º | 0.98% | 0.49% | - |
| XYZ | 9.7 | 6.82 | 0.89 | - |
| YUV | 68.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 3 | 0 | 0.58 | 0.98 | 0.51 | 24.1 | 0.95 | 0.25 |
| Hex | 7D | 34 | 3 | 0 | 3A | 62 | 33 | 18 | 5F | 19 |
| Octal | 175 | 64 | 3 | 0 | 72 | 142 | 63 | 30 | 137 | 31 |
| Binary | 1111101 | 110100 | 11 | 0 | 111010 | 1100010 | 110011 | 11000 | 1011111 | 11001 |
Color Harmonies of #7D3403
Complementary color
Monochromatic Colors of #7D3403
Black with #7D3403
Text Example
Text Example
White with #7D3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3403; }
p { color: rgb(125,52,3); }
H1.HeaderClassName
{
color: #7D3403;
}
.AnyTagClassName
{
color: #7D3403;
}
</style>
background-color css
<style>
a { background-color: #7D3403; }
a { background-color: rgb(125,52,3); }
div.DivClassName
{
background-color: #7D3403;
}
.BgClassName
{
background-color: #7D3403;
}
</style>
border-color css
<style>
span { border-color: #7D3403; }
span { border-color: rgb(125,52,3); }
td.TdClassName
{
border-color: #7D3403;
}
.TagClassName
{
border-color: #7D3403;
}
</style>