Shades of New Amber #703A22
Tints of New Amber #703A22
RGB
CMYK
RGB Variations
Color information
#703A22 (or 0x703A22) is known color: New Amber. HEX triplet: 70, 3A and 22. RGB value is (112,58,34). Sum of RGB (Red+Green+Blue) = 112+58+34=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #703A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A22 is #8FC5DD. Grayscale: #474747. Windows color (decimal): -9422302 or 2243184. OLE color: 2243184.
HSL color Cylindrical-coordinate representation of color #703A22: hue angle of 18.46º 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 #703A22 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 34 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.56 |
| HSL | 18.46º | 0.53% | 0.29% | - |
| HSV(B) | 18.46º | 0.7% | 0.44% | - |
| XYZ | 8.48 | 6.59 | 2.34 | - |
| YUV | 71.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 34 | 0 | 0.48 | 0.70 | 0.56 | 18.46 | 0.53 | 0.29 |
| Hex | 70 | 3A | 22 | 0 | 30 | 46 | 38 | 12 | 35 | 1D |
| Octal | 160 | 72 | 42 | 0 | 60 | 106 | 70 | 22 | 65 | 35 |
| Binary | 1110000 | 111010 | 100010 | 0 | 110000 | 1000110 | 111000 | 10010 | 110101 | 11101 |
Color Harmonies of #703A22
Complementary color
Monochromatic Colors of #703A22
Black with #703A22
Text Example
Text Example
White with #703A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A22; }
p { color: rgb(112,58,34); }
H1.HeaderClassName
{
color: #703A22;
}
.AnyTagClassName
{
color: #703A22;
}
</style>
background-color css
<style>
a { background-color: #703A22; }
a { background-color: rgb(112,58,34); }
div.DivClassName
{
background-color: #703A22;
}
.BgClassName
{
background-color: #703A22;
}
</style>
border-color css
<style>
span { border-color: #703A22; }
span { border-color: rgb(112,58,34); }
td.TdClassName
{
border-color: #703A22;
}
.TagClassName
{
border-color: #703A22;
}
</style>