Shades of New Amber #703621
Tints of New Amber #703621
RGB
CMYK
RGB Variations
Color information
#703621 (or 0x703621) is known color: New Amber. HEX triplet: 70, 36 and 21. RGB value is (112,54,33). Sum of RGB (Red+Green+Blue) = 112+54+33=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703621 is #8FC9DE. Grayscale: #454545. Windows color (decimal): -9423327 or 2176624. OLE color: 2176624.
HSL color Cylindrical-coordinate representation of color #703621: hue angle of 15.95º degrees, saturation: 0.54, 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 #703621 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 33 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.56 |
| HSL | 15.95º | 0.54% | 0.28% | - |
| HSV(B) | 15.95º | 0.71% | 0.44% | - |
| XYZ | 8.28 | 6.19 | 2.2 | - |
| YUV | 68.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 33 | 0 | 0.52 | 0.71 | 0.56 | 15.95 | 0.54 | 0.28 |
| Hex | 70 | 36 | 21 | 0 | 34 | 47 | 38 | 10 | 36 | 1C |
| Octal | 160 | 66 | 41 | 0 | 64 | 107 | 70 | 20 | 66 | 34 |
| Binary | 1110000 | 110110 | 100001 | 0 | 110100 | 1000111 | 111000 | 10000 | 110110 | 11100 |
Color Harmonies of #703621
Complementary color
Monochromatic Colors of #703621
Black with #703621
Text Example
Text Example
White with #703621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703621; }
p { color: rgb(112,54,33); }
H1.HeaderClassName
{
color: #703621;
}
.AnyTagClassName
{
color: #703621;
}
</style>
background-color css
<style>
a { background-color: #703621; }
a { background-color: rgb(112,54,33); }
div.DivClassName
{
background-color: #703621;
}
.BgClassName
{
background-color: #703621;
}
</style>
border-color css
<style>
span { border-color: #703621; }
span { border-color: rgb(112,54,33); }
td.TdClassName
{
border-color: #703621;
}
.TagClassName
{
border-color: #703621;
}
</style>