Shades of New Amber #723B28
Tints of New Amber #723B28
RGB
CMYK
RGB Variations
Color information
#723B28 (or 0x723B28) is known color: New Amber. HEX triplet: 72, 3B and 28. RGB value is (114,59,40). Sum of RGB (Red+Green+Blue) = 114+59+40=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #723B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B28 is #8DC4D7. Grayscale: #494949. Windows color (decimal): -9290968 or 2636658. OLE color: 2636658.
HSL color Cylindrical-coordinate representation of color #723B28: hue angle of 15.41º 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 #723B28 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 40 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.55 |
| HSL | 15.41º | 0.48% | 0.3% | - |
| HSV(B) | 15.41º | 0.65% | 0.45% | - |
| XYZ | 8.89 | 6.86 | 2.86 | - |
| YUV | 73.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 40 | 0 | 0.48 | 0.65 | 0.55 | 15.41 | 0.48 | 0.3 |
| Hex | 72 | 3B | 28 | 0 | 30 | 41 | 37 | F | 30 | 1E |
| Octal | 162 | 73 | 50 | 0 | 60 | 101 | 67 | 17 | 60 | 36 |
| Binary | 1110010 | 111011 | 101000 | 0 | 110000 | 1000001 | 110111 | 1111 | 110000 | 11110 |
Color Harmonies of #723B28
Complementary color
Monochromatic Colors of #723B28
Black with #723B28
Text Example
Text Example
White with #723B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B28; }
p { color: rgb(114,59,40); }
H1.HeaderClassName
{
color: #723B28;
}
.AnyTagClassName
{
color: #723B28;
}
</style>
background-color css
<style>
a { background-color: #723B28; }
a { background-color: rgb(114,59,40); }
div.DivClassName
{
background-color: #723B28;
}
.BgClassName
{
background-color: #723B28;
}
</style>
border-color css
<style>
span { border-color: #723B28; }
span { border-color: rgb(114,59,40); }
td.TdClassName
{
border-color: #723B28;
}
.TagClassName
{
border-color: #723B28;
}
</style>