Shades of New Amber #70341C
Tints of New Amber #70341C
RGB
CMYK
RGB Variations
Color information
#70341C (or 0x70341C) is known color: New Amber. HEX triplet: 70, 34 and 1C. RGB value is (112,52,28). Sum of RGB (Red+Green+Blue) = 112+52+28=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70341C is #8FCBE3. Grayscale: #434343. Windows color (decimal): -9423844 or 1848432. OLE color: 1848432.
HSL color Cylindrical-coordinate representation of color #70341C: hue angle of 17.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70341C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 28 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.56 |
| HSL | 17.14º | 0.6% | 0.27% | - |
| HSV(B) | 17.14º | 0.75% | 0.44% | - |
| XYZ | 8.12 | 5.98 | 1.83 | - |
| YUV | 67.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 28 | 0 | 0.54 | 0.75 | 0.56 | 17.14 | 0.6 | 0.27 |
| Hex | 70 | 34 | 1C | 0 | 36 | 4B | 38 | 11 | 3C | 1B |
| Octal | 160 | 64 | 34 | 0 | 66 | 113 | 70 | 21 | 74 | 33 |
| Binary | 1110000 | 110100 | 11100 | 0 | 110110 | 1001011 | 111000 | 10001 | 111100 | 11011 |
Color Harmonies of #70341C
Complementary color
Monochromatic Colors of #70341C
Black with #70341C
Text Example
Text Example
White with #70341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70341C; }
p { color: rgb(112,52,28); }
H1.HeaderClassName
{
color: #70341C;
}
.AnyTagClassName
{
color: #70341C;
}
</style>
background-color css
<style>
a { background-color: #70341C; }
a { background-color: rgb(112,52,28); }
div.DivClassName
{
background-color: #70341C;
}
.BgClassName
{
background-color: #70341C;
}
</style>
border-color css
<style>
span { border-color: #70341C; }
span { border-color: rgb(112,52,28); }
td.TdClassName
{
border-color: #70341C;
}
.TagClassName
{
border-color: #70341C;
}
</style>