Shades of New Amber #703921
Tints of New Amber #703921
RGB
CMYK
RGB Variations
Color information
#703921 (or 0x703921) is known color: New Amber. HEX triplet: 70, 39 and 21. RGB value is (112,57,33). Sum of RGB (Red+Green+Blue) = 112+57+33=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703921 is #8FC6DE. Grayscale: #464646. Windows color (decimal): -9422559 or 2177392. OLE color: 2177392.
HSL color Cylindrical-coordinate representation of color #703921: hue angle of 18.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703921 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 33 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.56 |
| HSL | 18.23º | 0.54% | 0.28% | - |
| HSV(B) | 18.23º | 0.71% | 0.44% | - |
| XYZ | 8.42 | 6.48 | 2.25 | - |
| YUV | 70.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 33 | 0 | 0.49 | 0.71 | 0.56 | 18.23 | 0.54 | 0.28 |
| Hex | 70 | 39 | 21 | 0 | 31 | 47 | 38 | 12 | 36 | 1C |
| Octal | 160 | 71 | 41 | 0 | 61 | 107 | 70 | 22 | 66 | 34 |
| Binary | 1110000 | 111001 | 100001 | 0 | 110001 | 1000111 | 111000 | 10010 | 110110 | 11100 |
Color Harmonies of #703921
Complementary color
Monochromatic Colors of #703921
Black with #703921
Text Example
Text Example
White with #703921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703921; }
p { color: rgb(112,57,33); }
H1.HeaderClassName
{
color: #703921;
}
.AnyTagClassName
{
color: #703921;
}
</style>
background-color css
<style>
a { background-color: #703921; }
a { background-color: rgb(112,57,33); }
div.DivClassName
{
background-color: #703921;
}
.BgClassName
{
background-color: #703921;
}
</style>
border-color css
<style>
span { border-color: #703921; }
span { border-color: rgb(112,57,33); }
td.TdClassName
{
border-color: #703921;
}
.TagClassName
{
border-color: #703921;
}
</style>