Shades of Saddle Brown #7A3602
Tints of Saddle Brown #7A3602
RGB
CMYK
RGB Variations
Color information
#7A3602 (or 0x7A3602) is known color: Saddle Brown. HEX triplet: 7A, 36 and 02. RGB value is (122,54,2). Sum of RGB (Red+Green+Blue) = 122+54+2=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3602 is #85C9FD. Grayscale: #444444. Windows color (decimal): -8767998 or 145018. OLE color: 145018.
HSL color Cylindrical-coordinate representation of color #7A3602: hue angle of 26º 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 #7A3602 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 2 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.52 |
| HSL | 26º | 0.97% | 0.24% | - |
| HSV(B) | 26º | 0.98% | 0.48% | - |
| XYZ | 9.36 | 6.78 | 0.87 | - |
| YUV | 68.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 2 | 0 | 0.56 | 0.98 | 0.52 | 26 | 0.97 | 0.24 |
| Hex | 7A | 36 | 2 | 0 | 38 | 62 | 34 | 1A | 61 | 18 |
| Octal | 172 | 66 | 2 | 0 | 70 | 142 | 64 | 32 | 141 | 30 |
| Binary | 1111010 | 110110 | 10 | 0 | 111000 | 1100010 | 110100 | 11010 | 1100001 | 11000 |
Color Harmonies of #7A3602
Complementary color
Monochromatic Colors of #7A3602
Black with #7A3602
Text Example
Text Example
White with #7A3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3602; }
p { color: rgb(122,54,2); }
H1.HeaderClassName
{
color: #7A3602;
}
.AnyTagClassName
{
color: #7A3602;
}
</style>
background-color css
<style>
a { background-color: #7A3602; }
a { background-color: rgb(122,54,2); }
div.DivClassName
{
background-color: #7A3602;
}
.BgClassName
{
background-color: #7A3602;
}
</style>
border-color css
<style>
span { border-color: #7A3602; }
span { border-color: rgb(122,54,2); }
td.TdClassName
{
border-color: #7A3602;
}
.TagClassName
{
border-color: #7A3602;
}
</style>