Shades of New Amber #703520
Tints of New Amber #703520
RGB
CMYK
RGB Variations
Color information
#703520 (or 0x703520) is known color: New Amber. HEX triplet: 70, 35 and 20. RGB value is (112,53,32). Sum of RGB (Red+Green+Blue) = 112+53+32=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703520 is #8FCADF. Grayscale: #444444. Windows color (decimal): -9423584 or 2110832. OLE color: 2110832.
HSL color Cylindrical-coordinate representation of color #703520: hue angle of 15.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703520 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 32 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.56 |
| HSL | 15.75º | 0.56% | 0.28% | - |
| HSV(B) | 15.75º | 0.71% | 0.44% | - |
| XYZ | 8.22 | 6.1 | 2.11 | - |
| YUV | 68.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 32 | 0 | 0.53 | 0.71 | 0.56 | 15.75 | 0.56 | 0.28 |
| Hex | 70 | 35 | 20 | 0 | 35 | 47 | 38 | 10 | 38 | 1C |
| Octal | 160 | 65 | 40 | 0 | 65 | 107 | 70 | 20 | 70 | 34 |
| Binary | 1110000 | 110101 | 100000 | 0 | 110101 | 1000111 | 111000 | 10000 | 111000 | 11100 |
Color Harmonies of #703520
Complementary color
Monochromatic Colors of #703520
Black with #703520
Text Example
Text Example
White with #703520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703520; }
p { color: rgb(112,53,32); }
H1.HeaderClassName
{
color: #703520;
}
.AnyTagClassName
{
color: #703520;
}
</style>
background-color css
<style>
a { background-color: #703520; }
a { background-color: rgb(112,53,32); }
div.DivClassName
{
background-color: #703520;
}
.BgClassName
{
background-color: #703520;
}
</style>
border-color css
<style>
span { border-color: #703520; }
span { border-color: rgb(112,53,32); }
td.TdClassName
{
border-color: #703520;
}
.TagClassName
{
border-color: #703520;
}
</style>