Shades of New Amber #703C26
Tints of New Amber #703C26
RGB
CMYK
RGB Variations
Color information
#703C26 (or 0x703C26) is known color: New Amber. HEX triplet: 70, 3C and 26. RGB value is (112,60,38). Sum of RGB (Red+Green+Blue) = 112+60+38=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #703C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C26 is #8FC3D9. Grayscale: #494949. Windows color (decimal): -9421786 or 2505840. OLE color: 2505840.
HSL color Cylindrical-coordinate representation of color #703C26: hue angle of 17.84º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703C26 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 38 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.56 |
| HSL | 17.84º | 0.49% | 0.29% | - |
| HSV(B) | 17.84º | 0.66% | 0.44% | - |
| XYZ | 8.65 | 6.82 | 2.69 | - |
| YUV | 73.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 38 | 0 | 0.46 | 0.66 | 0.56 | 17.84 | 0.49 | 0.29 |
| Hex | 70 | 3C | 26 | 0 | 2E | 42 | 38 | 12 | 31 | 1D |
| Octal | 160 | 74 | 46 | 0 | 56 | 102 | 70 | 22 | 61 | 35 |
| Binary | 1110000 | 111100 | 100110 | 0 | 101110 | 1000010 | 111000 | 10010 | 110001 | 11101 |
Color Harmonies of #703C26
Complementary color
Monochromatic Colors of #703C26
Black with #703C26
Text Example
Text Example
White with #703C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C26; }
p { color: rgb(112,60,38); }
H1.HeaderClassName
{
color: #703C26;
}
.AnyTagClassName
{
color: #703C26;
}
</style>
background-color css
<style>
a { background-color: #703C26; }
a { background-color: rgb(112,60,38); }
div.DivClassName
{
background-color: #703C26;
}
.BgClassName
{
background-color: #703C26;
}
</style>
border-color css
<style>
span { border-color: #703C26; }
span { border-color: rgb(112,60,38); }
td.TdClassName
{
border-color: #703C26;
}
.TagClassName
{
border-color: #703C26;
}
</style>