Shades of New Amber #703E27
Tints of New Amber #703E27
RGB
CMYK
RGB Variations
Color information
#703E27 (or 0x703E27) is known color: New Amber. HEX triplet: 70, 3E and 27. RGB value is (112,62,39). Sum of RGB (Red+Green+Blue) = 112+62+39=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E27 is #8FC1D8. Grayscale: #4A4A4A. Windows color (decimal): -9421273 or 2571888. OLE color: 2571888.
HSL color Cylindrical-coordinate representation of color #703E27: hue angle of 18.9º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703E27 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 39 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.56 |
| HSL | 18.9º | 0.48% | 0.3% | - |
| HSV(B) | 18.9º | 0.65% | 0.44% | - |
| XYZ | 8.77 | 7.04 | 2.82 | - |
| YUV | 74.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 39 | 0 | 0.45 | 0.65 | 0.56 | 18.9 | 0.48 | 0.3 |
| Hex | 70 | 3E | 27 | 0 | 2D | 41 | 38 | 13 | 30 | 1E |
| Octal | 160 | 76 | 47 | 0 | 55 | 101 | 70 | 23 | 60 | 36 |
| Binary | 1110000 | 111110 | 100111 | 0 | 101101 | 1000001 | 111000 | 10011 | 110000 | 11110 |
Color Harmonies of #703E27
Complementary color
Monochromatic Colors of #703E27
Black with #703E27
Text Example
Text Example
White with #703E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E27; }
p { color: rgb(112,62,39); }
H1.HeaderClassName
{
color: #703E27;
}
.AnyTagClassName
{
color: #703E27;
}
</style>
background-color css
<style>
a { background-color: #703E27; }
a { background-color: rgb(112,62,39); }
div.DivClassName
{
background-color: #703E27;
}
.BgClassName
{
background-color: #703E27;
}
</style>
border-color css
<style>
span { border-color: #703E27; }
span { border-color: rgb(112,62,39); }
td.TdClassName
{
border-color: #703E27;
}
.TagClassName
{
border-color: #703E27;
}
</style>