Shades of New Amber #723B27
Tints of New Amber #723B27
RGB
CMYK
RGB Variations
Color information
#723B27 (or 0x723B27) is known color: New Amber. HEX triplet: 72, 3B and 27. RGB value is (114,59,39). Sum of RGB (Red+Green+Blue) = 114+59+39=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #723B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B27 is #8DC4D8. Grayscale: #494949. Windows color (decimal): -9290969 or 2571122. OLE color: 2571122.
HSL color Cylindrical-coordinate representation of color #723B27: hue angle of 16º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #723B27 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 39 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.55 |
| HSL | 16º | 0.49% | 0.3% | - |
| HSV(B) | 16º | 0.66% | 0.45% | - |
| XYZ | 8.87 | 6.85 | 2.77 | - |
| YUV | 73.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 39 | 0 | 0.48 | 0.66 | 0.55 | 16 | 0.49 | 0.3 |
| Hex | 72 | 3B | 27 | 0 | 30 | 42 | 37 | 10 | 31 | 1E |
| Octal | 162 | 73 | 47 | 0 | 60 | 102 | 67 | 20 | 61 | 36 |
| Binary | 1110010 | 111011 | 100111 | 0 | 110000 | 1000010 | 110111 | 10000 | 110001 | 11110 |
Color Harmonies of #723B27
Complementary color
Monochromatic Colors of #723B27
Black with #723B27
Text Example
Text Example
White with #723B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B27; }
p { color: rgb(114,59,39); }
H1.HeaderClassName
{
color: #723B27;
}
.AnyTagClassName
{
color: #723B27;
}
</style>
background-color css
<style>
a { background-color: #723B27; }
a { background-color: rgb(114,59,39); }
div.DivClassName
{
background-color: #723B27;
}
.BgClassName
{
background-color: #723B27;
}
</style>
border-color css
<style>
span { border-color: #723B27; }
span { border-color: rgb(114,59,39); }
td.TdClassName
{
border-color: #723B27;
}
.TagClassName
{
border-color: #723B27;
}
</style>