Shades of New Amber #703F24
Tints of New Amber #703F24
RGB
CMYK
RGB Variations
Color information
#703F24 (or 0x703F24) is known color: New Amber. HEX triplet: 70, 3F and 24. RGB value is (112,63,36). Sum of RGB (Red+Green+Blue) = 112+63+36=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #703F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F24 is #8FC0DB. Grayscale: #4A4A4A. Windows color (decimal): -9421020 or 2375536. OLE color: 2375536.
HSL color Cylindrical-coordinate representation of color #703F24: hue angle of 21.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703F24 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 36 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.56 |
| HSL | 21.32º | 0.51% | 0.29% | - |
| HSV(B) | 21.32º | 0.68% | 0.44% | - |
| XYZ | 8.78 | 7.13 | 2.58 | - |
| YUV | 74.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 36 | 0 | 0.44 | 0.68 | 0.56 | 21.32 | 0.51 | 0.29 |
| Hex | 70 | 3F | 24 | 0 | 2C | 44 | 38 | 15 | 33 | 1D |
| Octal | 160 | 77 | 44 | 0 | 54 | 104 | 70 | 25 | 63 | 35 |
| Binary | 1110000 | 111111 | 100100 | 0 | 101100 | 1000100 | 111000 | 10101 | 110011 | 11101 |
Color Harmonies of #703F24
Complementary color
Monochromatic Colors of #703F24
Black with #703F24
Text Example
Text Example
White with #703F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F24; }
p { color: rgb(112,63,36); }
H1.HeaderClassName
{
color: #703F24;
}
.AnyTagClassName
{
color: #703F24;
}
</style>
background-color css
<style>
a { background-color: #703F24; }
a { background-color: rgb(112,63,36); }
div.DivClassName
{
background-color: #703F24;
}
.BgClassName
{
background-color: #703F24;
}
</style>
border-color css
<style>
span { border-color: #703F24; }
span { border-color: rgb(112,63,36); }
td.TdClassName
{
border-color: #703F24;
}
.TagClassName
{
border-color: #703F24;
}
</style>