Shades of New Amber #723B24
Tints of New Amber #723B24
RGB
CMYK
RGB Variations
Color information
#723B24 (or 0x723B24) is known color: New Amber. HEX triplet: 72, 3B and 24. RGB value is (114,59,36). Sum of RGB (Red+Green+Blue) = 114+59+36=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #723B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B24 is #8DC4DB. Grayscale: #484848. Windows color (decimal): -9290972 or 2374514. OLE color: 2374514.
HSL color Cylindrical-coordinate representation of color #723B24: hue angle of 17.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #723B24 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 36 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.55 |
| HSL | 17.69º | 0.52% | 0.29% | - |
| HSV(B) | 17.69º | 0.68% | 0.45% | - |
| XYZ | 8.82 | 6.83 | 2.52 | - |
| YUV | 72.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 36 | 0 | 0.48 | 0.68 | 0.55 | 17.69 | 0.52 | 0.29 |
| Hex | 72 | 3B | 24 | 0 | 30 | 44 | 37 | 12 | 34 | 1D |
| Octal | 162 | 73 | 44 | 0 | 60 | 104 | 67 | 22 | 64 | 35 |
| Binary | 1110010 | 111011 | 100100 | 0 | 110000 | 1000100 | 110111 | 10010 | 110100 | 11101 |
Color Harmonies of #723B24
Complementary color
Monochromatic Colors of #723B24
Black with #723B24
Text Example
Text Example
White with #723B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B24; }
p { color: rgb(114,59,36); }
H1.HeaderClassName
{
color: #723B24;
}
.AnyTagClassName
{
color: #723B24;
}
</style>
background-color css
<style>
a { background-color: #723B24; }
a { background-color: rgb(114,59,36); }
div.DivClassName
{
background-color: #723B24;
}
.BgClassName
{
background-color: #723B24;
}
</style>
border-color css
<style>
span { border-color: #723B24; }
span { border-color: rgb(114,59,36); }
td.TdClassName
{
border-color: #723B24;
}
.TagClassName
{
border-color: #723B24;
}
</style>