Shades of New Amber #723E28
Tints of New Amber #723E28
RGB
CMYK
RGB Variations
Color information
#723E28 (or 0x723E28) is known color: New Amber. HEX triplet: 72, 3E and 28. RGB value is (114,62,40). Sum of RGB (Red+Green+Blue) = 114+62+40=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #723E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723E28 is #8DC1D7. Grayscale: #4B4B4B. Windows color (decimal): -9290200 or 2637426. OLE color: 2637426.
HSL color Cylindrical-coordinate representation of color #723E28: hue angle of 17.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #723E28 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 40 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.55 |
| HSL | 17.84º | 0.48% | 0.3% | - |
| HSV(B) | 17.84º | 0.65% | 0.45% | - |
| XYZ | 9.05 | 7.18 | 2.92 | - |
| YUV | 75.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 40 | 0 | 0.46 | 0.65 | 0.55 | 17.84 | 0.48 | 0.3 |
| Hex | 72 | 3E | 28 | 0 | 2E | 41 | 37 | 12 | 30 | 1E |
| Octal | 162 | 76 | 50 | 0 | 56 | 101 | 67 | 22 | 60 | 36 |
| Binary | 1110010 | 111110 | 101000 | 0 | 101110 | 1000001 | 110111 | 10010 | 110000 | 11110 |
Color Harmonies of #723E28
Complementary color
Monochromatic Colors of #723E28
Black with #723E28
Text Example
Text Example
White with #723E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E28; }
p { color: rgb(114,62,40); }
H1.HeaderClassName
{
color: #723E28;
}
.AnyTagClassName
{
color: #723E28;
}
</style>
background-color css
<style>
a { background-color: #723E28; }
a { background-color: rgb(114,62,40); }
div.DivClassName
{
background-color: #723E28;
}
.BgClassName
{
background-color: #723E28;
}
</style>
border-color css
<style>
span { border-color: #723E28; }
span { border-color: rgb(114,62,40); }
td.TdClassName
{
border-color: #723E28;
}
.TagClassName
{
border-color: #723E28;
}
</style>