Shades of New Amber #703C22
Tints of New Amber #703C22
RGB
CMYK
RGB Variations
Color information
#703C22 (or 0x703C22) is known color: New Amber. HEX triplet: 70, 3C and 22. RGB value is (112,60,34). Sum of RGB (Red+Green+Blue) = 112+60+34=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C22 is #8FC3DD. Grayscale: #484848. Windows color (decimal): -9421790 or 2243696. OLE color: 2243696.
HSL color Cylindrical-coordinate representation of color #703C22: hue angle of 20º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703C22 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 34 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.56 |
| HSL | 20º | 0.53% | 0.29% | - |
| HSV(B) | 20º | 0.7% | 0.44% | - |
| XYZ | 8.59 | 6.79 | 2.37 | - |
| YUV | 72.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 34 | 0 | 0.46 | 0.70 | 0.56 | 20 | 0.53 | 0.29 |
| Hex | 70 | 3C | 22 | 0 | 2E | 46 | 38 | 14 | 35 | 1D |
| Octal | 160 | 74 | 42 | 0 | 56 | 106 | 70 | 24 | 65 | 35 |
| Binary | 1110000 | 111100 | 100010 | 0 | 101110 | 1000110 | 111000 | 10100 | 110101 | 11101 |
Color Harmonies of #703C22
Complementary color
Monochromatic Colors of #703C22
Black with #703C22
Text Example
Text Example
White with #703C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C22; }
p { color: rgb(112,60,34); }
H1.HeaderClassName
{
color: #703C22;
}
.AnyTagClassName
{
color: #703C22;
}
</style>
background-color css
<style>
a { background-color: #703C22; }
a { background-color: rgb(112,60,34); }
div.DivClassName
{
background-color: #703C22;
}
.BgClassName
{
background-color: #703C22;
}
</style>
border-color css
<style>
span { border-color: #703C22; }
span { border-color: rgb(112,60,34); }
td.TdClassName
{
border-color: #703C22;
}
.TagClassName
{
border-color: #703C22;
}
</style>