Shades of Saddle Brown #7A3000
Tints of Saddle Brown #7A3000
RGB
CMYK
RGB Variations
Color information
#7A3000 (or 0x7A3000) is known color: Saddle Brown. HEX triplet: 7A, 30 and 00. RGB value is (122,48,0). Sum of RGB (Red+Green+Blue) = 122+48+0=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3000 is #85CFFF. Grayscale: #404040. Windows color (decimal): -8769536 or 12410. OLE color: 12410.
HSL color Cylindrical-coordinate representation of color #7A3000: hue angle of 23.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A3000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.52 |
| HSL | 23.61º | 1% | 0.24% | - |
| HSV(B) | 23.61º | 1% | 0.48% | - |
| XYZ | 9.08 | 6.25 | 0.73 | - |
| YUV | 64.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 0 | 0 | 0.61 | 1 | 0.52 | 23.61 | 1 | 0.24 |
| Hex | 7A | 30 | 0 | 0 | 3D | 64 | 34 | 18 | 64 | 18 |
| Octal | 172 | 60 | 0 | 0 | 75 | 144 | 64 | 30 | 144 | 30 |
| Binary | 1111010 | 110000 | 0 | 0 | 111101 | 1100100 | 110100 | 11000 | 1100100 | 11000 |
Color Harmonies of #7A3000
Complementary color
Monochromatic Colors of #7A3000
Black with #7A3000
Text Example
Text Example
White with #7A3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3000; }
p { color: rgb(122,48,0); }
H1.HeaderClassName
{
color: #7A3000;
}
.AnyTagClassName
{
color: #7A3000;
}
</style>
background-color css
<style>
a { background-color: #7A3000; }
a { background-color: rgb(122,48,0); }
div.DivClassName
{
background-color: #7A3000;
}
.BgClassName
{
background-color: #7A3000;
}
</style>
border-color css
<style>
span { border-color: #7A3000; }
span { border-color: rgb(122,48,0); }
td.TdClassName
{
border-color: #7A3000;
}
.TagClassName
{
border-color: #7A3000;
}
</style>