Shades of New Amber #703A27
Tints of New Amber #703A27
RGB
CMYK
RGB Variations
Color information
#703A27 (or 0x703A27) is known color: New Amber. HEX triplet: 70, 3A and 27. RGB value is (112,58,39). Sum of RGB (Red+Green+Blue) = 112+58+39=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A27 is #8FC5D8. Grayscale: #484848. Windows color (decimal): -9422297 or 2570864. OLE color: 2570864.
HSL color Cylindrical-coordinate representation of color #703A27: hue angle of 15.62º 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 #703A27 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 39 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.56 |
| HSL | 15.62º | 0.48% | 0.3% | - |
| HSV(B) | 15.62º | 0.65% | 0.44% | - |
| XYZ | 8.56 | 6.62 | 2.75 | - |
| YUV | 71.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 39 | 0 | 0.48 | 0.65 | 0.56 | 15.62 | 0.48 | 0.3 |
| Hex | 70 | 3A | 27 | 0 | 30 | 41 | 38 | 10 | 30 | 1E |
| Octal | 160 | 72 | 47 | 0 | 60 | 101 | 70 | 20 | 60 | 36 |
| Binary | 1110000 | 111010 | 100111 | 0 | 110000 | 1000001 | 111000 | 10000 | 110000 | 11110 |
Color Harmonies of #703A27
Complementary color
Monochromatic Colors of #703A27
Black with #703A27
Text Example
Text Example
White with #703A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A27; }
p { color: rgb(112,58,39); }
H1.HeaderClassName
{
color: #703A27;
}
.AnyTagClassName
{
color: #703A27;
}
</style>
background-color css
<style>
a { background-color: #703A27; }
a { background-color: rgb(112,58,39); }
div.DivClassName
{
background-color: #703A27;
}
.BgClassName
{
background-color: #703A27;
}
</style>
border-color css
<style>
span { border-color: #703A27; }
span { border-color: rgb(112,58,39); }
td.TdClassName
{
border-color: #703A27;
}
.TagClassName
{
border-color: #703A27;
}
</style>