Shades of New Amber #723F26
Tints of New Amber #723F26
RGB
CMYK
RGB Variations
Color information
#723F26 (or 0x723F26) is known color: New Amber. HEX triplet: 72, 3F and 26. RGB value is (114,63,38). Sum of RGB (Red+Green+Blue) = 114+63+38=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #723F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723F26 is #8DC0D9. Grayscale: #4B4B4B. Windows color (decimal): -9289946 or 2506610. OLE color: 2506610.
HSL color Cylindrical-coordinate representation of color #723F26: hue angle of 19.74º 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 #723F26 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 38 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.55 |
| HSL | 19.74º | 0.5% | 0.3% | - |
| HSV(B) | 19.74º | 0.67% | 0.45% | - |
| XYZ | 9.07 | 7.27 | 2.76 | - |
| YUV | 75.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 38 | 0 | 0.45 | 0.67 | 0.55 | 19.74 | 0.5 | 0.3 |
| Hex | 72 | 3F | 26 | 0 | 2D | 43 | 37 | 14 | 32 | 1E |
| Octal | 162 | 77 | 46 | 0 | 55 | 103 | 67 | 24 | 62 | 36 |
| Binary | 1110010 | 111111 | 100110 | 0 | 101101 | 1000011 | 110111 | 10100 | 110010 | 11110 |
Color Harmonies of #723F26
Complementary color
Monochromatic Colors of #723F26
Black with #723F26
Text Example
Text Example
White with #723F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F26; }
p { color: rgb(114,63,38); }
H1.HeaderClassName
{
color: #723F26;
}
.AnyTagClassName
{
color: #723F26;
}
</style>
background-color css
<style>
a { background-color: #723F26; }
a { background-color: rgb(114,63,38); }
div.DivClassName
{
background-color: #723F26;
}
.BgClassName
{
background-color: #723F26;
}
</style>
border-color css
<style>
span { border-color: #723F26; }
span { border-color: rgb(114,63,38); }
td.TdClassName
{
border-color: #723F26;
}
.TagClassName
{
border-color: #723F26;
}
</style>