Shades of New Amber #723823
Tints of New Amber #723823
RGB
CMYK
RGB Variations
Color information
#723823 (or 0x723823) is known color: New Amber. HEX triplet: 72, 38 and 23. RGB value is (114,56,35). Sum of RGB (Red+Green+Blue) = 114+56+35=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723823 is #8DC7DC. Grayscale: #474747. Windows color (decimal): -9291741 or 2308210. OLE color: 2308210.
HSL color Cylindrical-coordinate representation of color #723823: hue angle of 15.95º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #723823 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 35 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.55 |
| HSL | 15.95º | 0.53% | 0.29% | - |
| HSV(B) | 15.95º | 0.69% | 0.45% | - |
| XYZ | 8.66 | 6.53 | 2.39 | - |
| YUV | 70.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 35 | 0 | 0.51 | 0.69 | 0.55 | 15.95 | 0.53 | 0.29 |
| Hex | 72 | 38 | 23 | 0 | 33 | 45 | 37 | 10 | 35 | 1D |
| Octal | 162 | 70 | 43 | 0 | 63 | 105 | 67 | 20 | 65 | 35 |
| Binary | 1110010 | 111000 | 100011 | 0 | 110011 | 1000101 | 110111 | 10000 | 110101 | 11101 |
Color Harmonies of #723823
Complementary color
Monochromatic Colors of #723823
Black with #723823
Text Example
Text Example
White with #723823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723823; }
p { color: rgb(114,56,35); }
H1.HeaderClassName
{
color: #723823;
}
.AnyTagClassName
{
color: #723823;
}
</style>
background-color css
<style>
a { background-color: #723823; }
a { background-color: rgb(114,56,35); }
div.DivClassName
{
background-color: #723823;
}
.BgClassName
{
background-color: #723823;
}
</style>
border-color css
<style>
span { border-color: #723823; }
span { border-color: rgb(114,56,35); }
td.TdClassName
{
border-color: #723823;
}
.TagClassName
{
border-color: #723823;
}
</style>