Shades of Saddle Brown #7A3603
Tints of Saddle Brown #7A3603
RGB
CMYK
RGB Variations
Color information
#7A3603 (or 0x7A3603) is known color: Saddle Brown. HEX triplet: 7A, 36 and 03. RGB value is (122,54,3). Sum of RGB (Red+Green+Blue) = 122+54+3=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3603 is #85C9FC. Grayscale: #444444. Windows color (decimal): -8767997 or 210554. OLE color: 210554.
HSL color Cylindrical-coordinate representation of color #7A3603: hue angle of 25.71º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A3603 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.52 |
| HSL | 25.71º | 0.95% | 0.25% | - |
| HSV(B) | 25.71º | 0.98% | 0.48% | - |
| XYZ | 9.36 | 6.78 | 0.9 | - |
| YUV | 68.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 3 | 0 | 0.56 | 0.98 | 0.52 | 25.71 | 0.95 | 0.25 |
| Hex | 7A | 36 | 3 | 0 | 38 | 62 | 34 | 1A | 5F | 19 |
| Octal | 172 | 66 | 3 | 0 | 70 | 142 | 64 | 32 | 137 | 31 |
| Binary | 1111010 | 110110 | 11 | 0 | 111000 | 1100010 | 110100 | 11010 | 1011111 | 11001 |
Color Harmonies of #7A3603
Complementary color
Monochromatic Colors of #7A3603
Black with #7A3603
Text Example
Text Example
White with #7A3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3603; }
p { color: rgb(122,54,3); }
H1.HeaderClassName
{
color: #7A3603;
}
.AnyTagClassName
{
color: #7A3603;
}
</style>
background-color css
<style>
a { background-color: #7A3603; }
a { background-color: rgb(122,54,3); }
div.DivClassName
{
background-color: #7A3603;
}
.BgClassName
{
background-color: #7A3603;
}
</style>
border-color css
<style>
span { border-color: #7A3603; }
span { border-color: rgb(122,54,3); }
td.TdClassName
{
border-color: #7A3603;
}
.TagClassName
{
border-color: #7A3603;
}
</style>