Shades of New Amber #723C26
Tints of New Amber #723C26
RGB
CMYK
RGB Variations
Color information
#723C26 (or 0x723C26) is known color: New Amber. HEX triplet: 72, 3C and 26. RGB value is (114,60,38). Sum of RGB (Red+Green+Blue) = 114+60+38=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #723C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C26 is #8DC3D9. Grayscale: #494949. Windows color (decimal): -9290714 or 2505842. OLE color: 2505842.
HSL color Cylindrical-coordinate representation of color #723C26: hue angle of 17.37º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #723C26 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 38 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.55 |
| HSL | 17.37º | 0.5% | 0.3% | - |
| HSV(B) | 17.37º | 0.67% | 0.45% | - |
| XYZ | 8.91 | 6.95 | 2.71 | - |
| YUV | 73.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 38 | 0 | 0.47 | 0.67 | 0.55 | 17.37 | 0.5 | 0.3 |
| Hex | 72 | 3C | 26 | 0 | 2F | 43 | 37 | 11 | 32 | 1E |
| Octal | 162 | 74 | 46 | 0 | 57 | 103 | 67 | 21 | 62 | 36 |
| Binary | 1110010 | 111100 | 100110 | 0 | 101111 | 1000011 | 110111 | 10001 | 110010 | 11110 |
Color Harmonies of #723C26
Complementary color
Monochromatic Colors of #723C26
Black with #723C26
Text Example
Text Example
White with #723C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C26; }
p { color: rgb(114,60,38); }
H1.HeaderClassName
{
color: #723C26;
}
.AnyTagClassName
{
color: #723C26;
}
</style>
background-color css
<style>
a { background-color: #723C26; }
a { background-color: rgb(114,60,38); }
div.DivClassName
{
background-color: #723C26;
}
.BgClassName
{
background-color: #723C26;
}
</style>
border-color css
<style>
span { border-color: #723C26; }
span { border-color: rgb(114,60,38); }
td.TdClassName
{
border-color: #723C26;
}
.TagClassName
{
border-color: #723C26;
}
</style>