Shades of New Amber #703B22
Tints of New Amber #703B22
RGB
CMYK
RGB Variations
Color information
#703B22 (or 0x703B22) is known color: New Amber. HEX triplet: 70, 3B and 22. RGB value is (112,59,34). Sum of RGB (Red+Green+Blue) = 112+59+34=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B22 is #8FC4DD. Grayscale: #484848. Windows color (decimal): -9422046 or 2243440. OLE color: 2243440.
HSL color Cylindrical-coordinate representation of color #703B22: hue angle of 19.23º 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 #703B22 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 34 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.56 |
| HSL | 19.23º | 0.53% | 0.29% | - |
| HSV(B) | 19.23º | 0.7% | 0.44% | - |
| XYZ | 8.53 | 6.69 | 2.35 | - |
| YUV | 72 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 34 | 0 | 0.47 | 0.70 | 0.56 | 19.23 | 0.53 | 0.29 |
| Hex | 70 | 3B | 22 | 0 | 2F | 46 | 38 | 13 | 35 | 1D |
| Octal | 160 | 73 | 42 | 0 | 57 | 106 | 70 | 23 | 65 | 35 |
| Binary | 1110000 | 111011 | 100010 | 0 | 101111 | 1000110 | 111000 | 10011 | 110101 | 11101 |
Color Harmonies of #703B22
Complementary color
Monochromatic Colors of #703B22
Black with #703B22
Text Example
Text Example
White with #703B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B22; }
p { color: rgb(112,59,34); }
H1.HeaderClassName
{
color: #703B22;
}
.AnyTagClassName
{
color: #703B22;
}
</style>
background-color css
<style>
a { background-color: #703B22; }
a { background-color: rgb(112,59,34); }
div.DivClassName
{
background-color: #703B22;
}
.BgClassName
{
background-color: #703B22;
}
</style>
border-color css
<style>
span { border-color: #703B22; }
span { border-color: rgb(112,59,34); }
td.TdClassName
{
border-color: #703B22;
}
.TagClassName
{
border-color: #703B22;
}
</style>