Shades of New Amber #703D24
Tints of New Amber #703D24
RGB
CMYK
RGB Variations
Color information
#703D24 (or 0x703D24) is known color: New Amber. HEX triplet: 70, 3D and 24. RGB value is (112,61,36). Sum of RGB (Red+Green+Blue) = 112+61+36=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D24 is #8FC2DB. Grayscale: #494949. Windows color (decimal): -9421532 or 2375024. OLE color: 2375024.
HSL color Cylindrical-coordinate representation of color #703D24: hue angle of 19.74º 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 #703D24 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 36 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.56 |
| HSL | 19.74º | 0.51% | 0.29% | - |
| HSV(B) | 19.74º | 0.68% | 0.44% | - |
| XYZ | 8.67 | 6.91 | 2.55 | - |
| YUV | 73.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 36 | 0 | 0.46 | 0.68 | 0.56 | 19.74 | 0.51 | 0.29 |
| Hex | 70 | 3D | 24 | 0 | 2E | 44 | 38 | 14 | 33 | 1D |
| Octal | 160 | 75 | 44 | 0 | 56 | 104 | 70 | 24 | 63 | 35 |
| Binary | 1110000 | 111101 | 100100 | 0 | 101110 | 1000100 | 111000 | 10100 | 110011 | 11101 |
Color Harmonies of #703D24
Complementary color
Monochromatic Colors of #703D24
Black with #703D24
Text Example
Text Example
White with #703D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D24; }
p { color: rgb(112,61,36); }
H1.HeaderClassName
{
color: #703D24;
}
.AnyTagClassName
{
color: #703D24;
}
</style>
background-color css
<style>
a { background-color: #703D24; }
a { background-color: rgb(112,61,36); }
div.DivClassName
{
background-color: #703D24;
}
.BgClassName
{
background-color: #703D24;
}
</style>
border-color css
<style>
span { border-color: #703D24; }
span { border-color: rgb(112,61,36); }
td.TdClassName
{
border-color: #703D24;
}
.TagClassName
{
border-color: #703D24;
}
</style>