Shades of Saddle Brown #7A3A08
Tints of Saddle Brown #7A3A08
RGB
CMYK
RGB Variations
Color information
#7A3A08 (or 0x7A3A08) is known color: Saddle Brown. HEX triplet: 7A, 3A and 08. RGB value is (122,58,8). Sum of RGB (Red+Green+Blue) = 122+58+8=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3A08 is #85C5F7. Grayscale: #474747. Windows color (decimal): -8766968 or 539258. OLE color: 539258.
HSL color Cylindrical-coordinate representation of color #7A3A08: hue angle of 26.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A3A08 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 8 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.52 |
| HSL | 26.32º | 0.88% | 0.25% | - |
| HSV(B) | 26.32º | 0.93% | 0.48% | - |
| XYZ | 9.58 | 7.18 | 1.11 | - |
| YUV | 71.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 8 | 0 | 0.52 | 0.93 | 0.52 | 26.32 | 0.88 | 0.25 |
| Hex | 7A | 3A | 8 | 0 | 34 | 5D | 34 | 1A | 58 | 19 |
| Octal | 172 | 72 | 10 | 0 | 64 | 135 | 64 | 32 | 130 | 31 |
| Binary | 1111010 | 111010 | 1000 | 0 | 110100 | 1011101 | 110100 | 11010 | 1011000 | 11001 |
Color Harmonies of #7A3A08
Complementary color
Monochromatic Colors of #7A3A08
Black with #7A3A08
Text Example
Text Example
White with #7A3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A08; }
p { color: rgb(122,58,8); }
H1.HeaderClassName
{
color: #7A3A08;
}
.AnyTagClassName
{
color: #7A3A08;
}
</style>
background-color css
<style>
a { background-color: #7A3A08; }
a { background-color: rgb(122,58,8); }
div.DivClassName
{
background-color: #7A3A08;
}
.BgClassName
{
background-color: #7A3A08;
}
</style>
border-color css
<style>
span { border-color: #7A3A08; }
span { border-color: rgb(122,58,8); }
td.TdClassName
{
border-color: #7A3A08;
}
.TagClassName
{
border-color: #7A3A08;
}
</style>