Shades of Saddle Brown #7A3702
Tints of Saddle Brown #7A3702
RGB
CMYK
RGB Variations
Color information
#7A3702 (or 0x7A3702) is known color: Saddle Brown. HEX triplet: 7A, 37 and 02. RGB value is (122,55,2). Sum of RGB (Red+Green+Blue) = 122+55+2=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3702 is #85C8FD. Grayscale: #454545. Windows color (decimal): -8767742 or 145274. OLE color: 145274.
HSL color Cylindrical-coordinate representation of color #7A3702: hue angle of 26.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A3702 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.52 |
| HSL | 26.5º | 0.97% | 0.24% | - |
| HSV(B) | 26.5º | 0.98% | 0.48% | - |
| XYZ | 9.4 | 6.87 | 0.89 | - |
| YUV | 68.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 2 | 0 | 0.55 | 0.98 | 0.52 | 26.5 | 0.97 | 0.24 |
| Hex | 7A | 37 | 2 | 0 | 37 | 62 | 34 | 1A | 61 | 18 |
| Octal | 172 | 67 | 2 | 0 | 67 | 142 | 64 | 32 | 141 | 30 |
| Binary | 1111010 | 110111 | 10 | 0 | 110111 | 1100010 | 110100 | 11010 | 1100001 | 11000 |
Color Harmonies of #7A3702
Complementary color
Monochromatic Colors of #7A3702
Black with #7A3702
Text Example
Text Example
White with #7A3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3702; }
p { color: rgb(122,55,2); }
H1.HeaderClassName
{
color: #7A3702;
}
.AnyTagClassName
{
color: #7A3702;
}
</style>
background-color css
<style>
a { background-color: #7A3702; }
a { background-color: rgb(122,55,2); }
div.DivClassName
{
background-color: #7A3702;
}
.BgClassName
{
background-color: #7A3702;
}
</style>
border-color css
<style>
span { border-color: #7A3702; }
span { border-color: rgb(122,55,2); }
td.TdClassName
{
border-color: #7A3702;
}
.TagClassName
{
border-color: #7A3702;
}
</style>