Shades of New Amber #713C23
Tints of New Amber #713C23
RGB
CMYK
RGB Variations
Color information
#713C23 (or 0x713C23) is known color: New Amber. HEX triplet: 71, 3C and 23. RGB value is (113,60,35). Sum of RGB (Red+Green+Blue) = 113+60+35=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #713C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C23 is #8EC3DC. Grayscale: #494949. Windows color (decimal): -9356253 or 2309233. OLE color: 2309233.
HSL color Cylindrical-coordinate representation of color #713C23: hue angle of 19.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713C23 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 35 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.56 |
| HSL | 19.23º | 0.53% | 0.29% | - |
| HSV(B) | 19.23º | 0.69% | 0.44% | - |
| XYZ | 8.73 | 6.86 | 2.45 | - |
| YUV | 73 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 35 | 0 | 0.47 | 0.69 | 0.56 | 19.23 | 0.53 | 0.29 |
| Hex | 71 | 3C | 23 | 0 | 2F | 45 | 38 | 13 | 35 | 1D |
| Octal | 161 | 74 | 43 | 0 | 57 | 105 | 70 | 23 | 65 | 35 |
| Binary | 1110001 | 111100 | 100011 | 0 | 101111 | 1000101 | 111000 | 10011 | 110101 | 11101 |
Color Harmonies of #713C23
Complementary color
Monochromatic Colors of #713C23
Black with #713C23
Text Example
Text Example
White with #713C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C23; }
p { color: rgb(113,60,35); }
H1.HeaderClassName
{
color: #713C23;
}
.AnyTagClassName
{
color: #713C23;
}
</style>
background-color css
<style>
a { background-color: #713C23; }
a { background-color: rgb(113,60,35); }
div.DivClassName
{
background-color: #713C23;
}
.BgClassName
{
background-color: #713C23;
}
</style>
border-color css
<style>
span { border-color: #713C23; }
span { border-color: rgb(113,60,35); }
td.TdClassName
{
border-color: #713C23;
}
.TagClassName
{
border-color: #713C23;
}
</style>