Shades of New Amber #713D23
Tints of New Amber #713D23
RGB
CMYK
RGB Variations
Color information
#713D23 (or 0x713D23) is known color: New Amber. HEX triplet: 71, 3D and 23. RGB value is (113,61,35). Sum of RGB (Red+Green+Blue) = 113+61+35=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D23 is #8EC2DC. Grayscale: #494949. Windows color (decimal): -9355997 or 2309489. OLE color: 2309489.
HSL color Cylindrical-coordinate representation of color #713D23: hue angle of 20º 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 #713D23 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 35 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.56 |
| HSL | 20º | 0.53% | 0.29% | - |
| HSV(B) | 20º | 0.69% | 0.44% | - |
| XYZ | 8.78 | 6.97 | 2.47 | - |
| YUV | 73.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 35 | 0 | 0.46 | 0.69 | 0.56 | 20 | 0.53 | 0.29 |
| Hex | 71 | 3D | 23 | 0 | 2E | 45 | 38 | 14 | 35 | 1D |
| Octal | 161 | 75 | 43 | 0 | 56 | 105 | 70 | 24 | 65 | 35 |
| Binary | 1110001 | 111101 | 100011 | 0 | 101110 | 1000101 | 111000 | 10100 | 110101 | 11101 |
Color Harmonies of #713D23
Complementary color
Monochromatic Colors of #713D23
Black with #713D23
Text Example
Text Example
White with #713D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D23; }
p { color: rgb(113,61,35); }
H1.HeaderClassName
{
color: #713D23;
}
.AnyTagClassName
{
color: #713D23;
}
</style>
background-color css
<style>
a { background-color: #713D23; }
a { background-color: rgb(113,61,35); }
div.DivClassName
{
background-color: #713D23;
}
.BgClassName
{
background-color: #713D23;
}
</style>
border-color css
<style>
span { border-color: #713D23; }
span { border-color: rgb(113,61,35); }
td.TdClassName
{
border-color: #713D23;
}
.TagClassName
{
border-color: #713D23;
}
</style>