Shades of New Amber #703F25
Tints of New Amber #703F25
RGB
CMYK
RGB Variations
Color information
#703F25 (or 0x703F25) is known color: New Amber. HEX triplet: 70, 3F and 25. RGB value is (112,63,37). Sum of RGB (Red+Green+Blue) = 112+63+37=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #703F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F25 is #8FC0DA. Grayscale: #4A4A4A. Windows color (decimal): -9421019 or 2441072. OLE color: 2441072.
HSL color Cylindrical-coordinate representation of color #703F25: hue angle of 20.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703F25 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 37 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.56 |
| HSL | 20.8º | 0.5% | 0.29% | - |
| HSV(B) | 20.8º | 0.67% | 0.44% | - |
| XYZ | 8.79 | 7.13 | 2.66 | - |
| YUV | 74.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 37 | 0 | 0.44 | 0.67 | 0.56 | 20.8 | 0.5 | 0.29 |
| Hex | 70 | 3F | 25 | 0 | 2C | 43 | 38 | 15 | 32 | 1D |
| Octal | 160 | 77 | 45 | 0 | 54 | 103 | 70 | 25 | 62 | 35 |
| Binary | 1110000 | 111111 | 100101 | 0 | 101100 | 1000011 | 111000 | 10101 | 110010 | 11101 |
Color Harmonies of #703F25
Complementary color
Monochromatic Colors of #703F25
Black with #703F25
Text Example
Text Example
White with #703F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F25; }
p { color: rgb(112,63,37); }
H1.HeaderClassName
{
color: #703F25;
}
.AnyTagClassName
{
color: #703F25;
}
</style>
background-color css
<style>
a { background-color: #703F25; }
a { background-color: rgb(112,63,37); }
div.DivClassName
{
background-color: #703F25;
}
.BgClassName
{
background-color: #703F25;
}
</style>
border-color css
<style>
span { border-color: #703F25; }
span { border-color: rgb(112,63,37); }
td.TdClassName
{
border-color: #703F25;
}
.TagClassName
{
border-color: #703F25;
}
</style>