Shades of Saddle Brown #7A2D00
Tints of Saddle Brown #7A2D00
RGB
CMYK
RGB Variations
Color information
#7A2D00 (or 0x7A2D00) is known color: Saddle Brown. HEX triplet: 7A, 2D and 00. RGB value is (122,45,0). Sum of RGB (Red+Green+Blue) = 122+45+0=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2D00 is #85D2FF. Grayscale: #3F3F3F. Windows color (decimal): -8770304 or 11642. OLE color: 11642.
HSL color Cylindrical-coordinate representation of color #7A2D00: hue angle of 22.13º 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 #7A2D00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 45 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.52 |
| HSL | 22.13º | 1% | 0.24% | - |
| HSV(B) | 22.13º | 1% | 0.48% | - |
| XYZ | 8.96 | 6.01 | 0.69 | - |
| YUV | 62.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 0 | 0 | 0.63 | 1 | 0.52 | 22.13 | 1 | 0.24 |
| Hex | 7A | 2D | 0 | 0 | 3F | 64 | 34 | 16 | 64 | 18 |
| Octal | 172 | 55 | 0 | 0 | 77 | 144 | 64 | 26 | 144 | 30 |
| Binary | 1111010 | 101101 | 0 | 0 | 111111 | 1100100 | 110100 | 10110 | 1100100 | 11000 |
Color Harmonies of #7A2D00
Complementary color
Monochromatic Colors of #7A2D00
Black with #7A2D00
Text Example
Text Example
White with #7A2D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D00; }
p { color: rgb(122,45,0); }
H1.HeaderClassName
{
color: #7A2D00;
}
.AnyTagClassName
{
color: #7A2D00;
}
</style>
background-color css
<style>
a { background-color: #7A2D00; }
a { background-color: rgb(122,45,0); }
div.DivClassName
{
background-color: #7A2D00;
}
.BgClassName
{
background-color: #7A2D00;
}
</style>
border-color css
<style>
span { border-color: #7A2D00; }
span { border-color: rgb(122,45,0); }
td.TdClassName
{
border-color: #7A2D00;
}
.TagClassName
{
border-color: #7A2D00;
}
</style>