Shades of New Amber #713C25
Tints of New Amber #713C25
RGB
CMYK
RGB Variations
Color information
#713C25 (or 0x713C25) is known color: New Amber. HEX triplet: 71, 3C and 25. RGB value is (113,60,37). Sum of RGB (Red+Green+Blue) = 113+60+37=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C25 is #8EC3DA. Grayscale: #494949. Windows color (decimal): -9356251 or 2440305. OLE color: 2440305.
HSL color Cylindrical-coordinate representation of color #713C25: hue angle of 18.16º 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 #713C25 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 37 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.56 |
| HSL | 18.16º | 0.51% | 0.29% | - |
| HSV(B) | 18.16º | 0.67% | 0.44% | - |
| XYZ | 8.76 | 6.88 | 2.62 | - |
| YUV | 73.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 37 | 0 | 0.47 | 0.67 | 0.56 | 18.16 | 0.51 | 0.29 |
| Hex | 71 | 3C | 25 | 0 | 2F | 43 | 38 | 12 | 33 | 1D |
| Octal | 161 | 74 | 45 | 0 | 57 | 103 | 70 | 22 | 63 | 35 |
| Binary | 1110001 | 111100 | 100101 | 0 | 101111 | 1000011 | 111000 | 10010 | 110011 | 11101 |
Color Harmonies of #713C25
Complementary color
Monochromatic Colors of #713C25
Black with #713C25
Text Example
Text Example
White with #713C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C25; }
p { color: rgb(113,60,37); }
H1.HeaderClassName
{
color: #713C25;
}
.AnyTagClassName
{
color: #713C25;
}
</style>
background-color css
<style>
a { background-color: #713C25; }
a { background-color: rgb(113,60,37); }
div.DivClassName
{
background-color: #713C25;
}
.BgClassName
{
background-color: #713C25;
}
</style>
border-color css
<style>
span { border-color: #713C25; }
span { border-color: rgb(113,60,37); }
td.TdClassName
{
border-color: #713C25;
}
.TagClassName
{
border-color: #713C25;
}
</style>