Shades of New Amber #70371F
Tints of New Amber #70371F
RGB
CMYK
RGB Variations
Color information
#70371F (or 0x70371F) is known color: New Amber. HEX triplet: 70, 37 and 1F. RGB value is (112,55,31). Sum of RGB (Red+Green+Blue) = 112+55+31=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70371F is #8FC8E0. Grayscale: #454545. Windows color (decimal): -9423073 or 2045808. OLE color: 2045808.
HSL color Cylindrical-coordinate representation of color #70371F: hue angle of 17.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70371F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 31 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.56 |
| HSL | 17.78º | 0.57% | 0.28% | - |
| HSV(B) | 17.78º | 0.72% | 0.44% | - |
| XYZ | 8.3 | 6.28 | 2.07 | - |
| YUV | 69.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 31 | 0 | 0.51 | 0.72 | 0.56 | 17.78 | 0.57 | 0.28 |
| Hex | 70 | 37 | 1F | 0 | 33 | 48 | 38 | 12 | 39 | 1C |
| Octal | 160 | 67 | 37 | 0 | 63 | 110 | 70 | 22 | 71 | 34 |
| Binary | 1110000 | 110111 | 11111 | 0 | 110011 | 1001000 | 111000 | 10010 | 111001 | 11100 |
Color Harmonies of #70371F
Complementary color
Monochromatic Colors of #70371F
Black with #70371F
Text Example
Text Example
White with #70371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70371F; }
p { color: rgb(112,55,31); }
H1.HeaderClassName
{
color: #70371F;
}
.AnyTagClassName
{
color: #70371F;
}
</style>
background-color css
<style>
a { background-color: #70371F; }
a { background-color: rgb(112,55,31); }
div.DivClassName
{
background-color: #70371F;
}
.BgClassName
{
background-color: #70371F;
}
</style>
border-color css
<style>
span { border-color: #70371F; }
span { border-color: rgb(112,55,31); }
td.TdClassName
{
border-color: #70371F;
}
.TagClassName
{
border-color: #70371F;
}
</style>