Shades of New Amber #713A27
Tints of New Amber #713A27
RGB
CMYK
RGB Variations
Color information
#713A27 (or 0x713A27) is known color: New Amber. HEX triplet: 71, 3A and 27. RGB value is (113,58,39). Sum of RGB (Red+Green+Blue) = 113+58+39=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A27 is #8EC5D8. Grayscale: #484848. Windows color (decimal): -9356761 or 2570865. OLE color: 2570865.
HSL color Cylindrical-coordinate representation of color #713A27: hue angle of 15.41º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713A27 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 39 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.56 |
| HSL | 15.41º | 0.49% | 0.3% | - |
| HSV(B) | 15.41º | 0.65% | 0.44% | - |
| XYZ | 8.69 | 6.68 | 2.75 | - |
| YUV | 72.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 39 | 0 | 0.49 | 0.65 | 0.56 | 15.41 | 0.49 | 0.3 |
| Hex | 71 | 3A | 27 | 0 | 31 | 41 | 38 | F | 31 | 1E |
| Octal | 161 | 72 | 47 | 0 | 61 | 101 | 70 | 17 | 61 | 36 |
| Binary | 1110001 | 111010 | 100111 | 0 | 110001 | 1000001 | 111000 | 1111 | 110001 | 11110 |
Color Harmonies of #713A27
Complementary color
Monochromatic Colors of #713A27
Black with #713A27
Text Example
Text Example
White with #713A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A27; }
p { color: rgb(113,58,39); }
H1.HeaderClassName
{
color: #713A27;
}
.AnyTagClassName
{
color: #713A27;
}
</style>
background-color css
<style>
a { background-color: #713A27; }
a { background-color: rgb(113,58,39); }
div.DivClassName
{
background-color: #713A27;
}
.BgClassName
{
background-color: #713A27;
}
</style>
border-color css
<style>
span { border-color: #713A27; }
span { border-color: rgb(113,58,39); }
td.TdClassName
{
border-color: #713A27;
}
.TagClassName
{
border-color: #713A27;
}
</style>