Shades of New Amber #713A28
Tints of New Amber #713A28
RGB
CMYK
RGB Variations
Color information
#713A28 (or 0x713A28) is known color: New Amber. HEX triplet: 71, 3A and 28. RGB value is (113,58,40). Sum of RGB (Red+Green+Blue) = 113+58+40=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #713A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A28 is #8EC5D7. Grayscale: #484848. Windows color (decimal): -9356760 or 2636401. OLE color: 2636401.
HSL color Cylindrical-coordinate representation of color #713A28: hue angle of 14.79º degrees, saturation: 0.48, 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 #713A28 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 40 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.56 |
| HSL | 14.79º | 0.48% | 0.3% | - |
| HSV(B) | 14.79º | 0.65% | 0.44% | - |
| XYZ | 8.71 | 6.69 | 2.84 | - |
| YUV | 72.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 40 | 0 | 0.49 | 0.65 | 0.56 | 14.79 | 0.48 | 0.3 |
| Hex | 71 | 3A | 28 | 0 | 31 | 41 | 38 | F | 30 | 1E |
| Octal | 161 | 72 | 50 | 0 | 61 | 101 | 70 | 17 | 60 | 36 |
| Binary | 1110001 | 111010 | 101000 | 0 | 110001 | 1000001 | 111000 | 1111 | 110000 | 11110 |
Color Harmonies of #713A28
Complementary color
Monochromatic Colors of #713A28
Black with #713A28
Text Example
Text Example
White with #713A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A28; }
p { color: rgb(113,58,40); }
H1.HeaderClassName
{
color: #713A28;
}
.AnyTagClassName
{
color: #713A28;
}
</style>
background-color css
<style>
a { background-color: #713A28; }
a { background-color: rgb(113,58,40); }
div.DivClassName
{
background-color: #713A28;
}
.BgClassName
{
background-color: #713A28;
}
</style>
border-color css
<style>
span { border-color: #713A28; }
span { border-color: rgb(113,58,40); }
td.TdClassName
{
border-color: #713A28;
}
.TagClassName
{
border-color: #713A28;
}
</style>