Shades of Saddle Brown #7D3300
Tints of Saddle Brown #7D3300
RGB
CMYK
RGB Variations
Color information
#7D3300 (or 0x7D3300) is known color: Saddle Brown. HEX triplet: 7D, 33 and 00. RGB value is (125,51,0). Sum of RGB (Red+Green+Blue) = 125+51+0=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3300 is #82CCFF. Grayscale: #434343. Windows color (decimal): -8572160 or 13181. OLE color: 13181.
HSL color Cylindrical-coordinate representation of color #7D3300: hue angle of 24.48º 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 #7D3300 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.51 |
| HSL | 24.48º | 1% | 0.25% | - |
| HSV(B) | 24.48º | 1% | 0.49% | - |
| XYZ | 9.64 | 6.73 | 0.79 | - |
| YUV | 67.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 0 | 0 | 0.59 | 1 | 0.51 | 24.48 | 1 | 0.25 |
| Hex | 7D | 33 | 0 | 0 | 3B | 64 | 33 | 18 | 64 | 19 |
| Octal | 175 | 63 | 0 | 0 | 73 | 144 | 63 | 30 | 144 | 31 |
| Binary | 1111101 | 110011 | 0 | 0 | 111011 | 1100100 | 110011 | 11000 | 1100100 | 11001 |
Color Harmonies of #7D3300
Complementary color
Monochromatic Colors of #7D3300
Black with #7D3300
Text Example
Text Example
White with #7D3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3300; }
p { color: rgb(125,51,0); }
H1.HeaderClassName
{
color: #7D3300;
}
.AnyTagClassName
{
color: #7D3300;
}
</style>
background-color css
<style>
a { background-color: #7D3300; }
a { background-color: rgb(125,51,0); }
div.DivClassName
{
background-color: #7D3300;
}
.BgClassName
{
background-color: #7D3300;
}
</style>
border-color css
<style>
span { border-color: #7D3300; }
span { border-color: rgb(125,51,0); }
td.TdClassName
{
border-color: #7D3300;
}
.TagClassName
{
border-color: #7D3300;
}
</style>