Shades of New Amber #713A25
Tints of New Amber #713A25
RGB
CMYK
RGB Variations
Color information
#713A25 (or 0x713A25) is known color: New Amber. HEX triplet: 71, 3A and 25. RGB value is (113,58,37). Sum of RGB (Red+Green+Blue) = 113+58+37=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #713A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A25 is #8EC5DA. Grayscale: #484848. Windows color (decimal): -9356763 or 2439793. OLE color: 2439793.
HSL color Cylindrical-coordinate representation of color #713A25: hue angle of 16.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713A25 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 37 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.56 |
| HSL | 16.58º | 0.51% | 0.29% | - |
| HSV(B) | 16.58º | 0.67% | 0.44% | - |
| XYZ | 8.66 | 6.67 | 2.58 | - |
| YUV | 72.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 37 | 0 | 0.49 | 0.67 | 0.56 | 16.58 | 0.51 | 0.29 |
| Hex | 71 | 3A | 25 | 0 | 31 | 43 | 38 | 11 | 33 | 1D |
| Octal | 161 | 72 | 45 | 0 | 61 | 103 | 70 | 21 | 63 | 35 |
| Binary | 1110001 | 111010 | 100101 | 0 | 110001 | 1000011 | 111000 | 10001 | 110011 | 11101 |
Color Harmonies of #713A25
Complementary color
Monochromatic Colors of #713A25
Black with #713A25
Text Example
Text Example
White with #713A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A25; }
p { color: rgb(113,58,37); }
H1.HeaderClassName
{
color: #713A25;
}
.AnyTagClassName
{
color: #713A25;
}
</style>
background-color css
<style>
a { background-color: #713A25; }
a { background-color: rgb(113,58,37); }
div.DivClassName
{
background-color: #713A25;
}
.BgClassName
{
background-color: #713A25;
}
</style>
border-color css
<style>
span { border-color: #713A25; }
span { border-color: rgb(113,58,37); }
td.TdClassName
{
border-color: #713A25;
}
.TagClassName
{
border-color: #713A25;
}
</style>