Shades of New Amber #713A22
Tints of New Amber #713A22
RGB
CMYK
RGB Variations
Color information
#713A22 (or 0x713A22) is known color: New Amber. HEX triplet: 71, 3A and 22. RGB value is (113,58,34). Sum of RGB (Red+Green+Blue) = 113+58+34=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A22 is #8EC5DD. Grayscale: #474747. Windows color (decimal): -9356766 or 2243185. OLE color: 2243185.
HSL color Cylindrical-coordinate representation of color #713A22: hue angle of 18.23º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713A22 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 34 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.56 |
| HSL | 18.23º | 0.54% | 0.29% | - |
| HSV(B) | 18.23º | 0.7% | 0.44% | - |
| XYZ | 8.61 | 6.65 | 2.34 | - |
| YUV | 71.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 34 | 0 | 0.49 | 0.70 | 0.56 | 18.23 | 0.54 | 0.29 |
| Hex | 71 | 3A | 22 | 0 | 31 | 46 | 38 | 12 | 36 | 1D |
| Octal | 161 | 72 | 42 | 0 | 61 | 106 | 70 | 22 | 66 | 35 |
| Binary | 1110001 | 111010 | 100010 | 0 | 110001 | 1000110 | 111000 | 10010 | 110110 | 11101 |
Color Harmonies of #713A22
Complementary color
Monochromatic Colors of #713A22
Black with #713A22
Text Example
Text Example
White with #713A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A22; }
p { color: rgb(113,58,34); }
H1.HeaderClassName
{
color: #713A22;
}
.AnyTagClassName
{
color: #713A22;
}
</style>
background-color css
<style>
a { background-color: #713A22; }
a { background-color: rgb(113,58,34); }
div.DivClassName
{
background-color: #713A22;
}
.BgClassName
{
background-color: #713A22;
}
</style>
border-color css
<style>
span { border-color: #713A22; }
span { border-color: rgb(113,58,34); }
td.TdClassName
{
border-color: #713A22;
}
.TagClassName
{
border-color: #713A22;
}
</style>