Shades of New Amber #723D26
Tints of New Amber #723D26
RGB
CMYK
RGB Variations
Color information
#723D26 (or 0x723D26) is known color: New Amber. HEX triplet: 72, 3D and 26. RGB value is (114,61,38). Sum of RGB (Red+Green+Blue) = 114+61+38=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #723D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D26 is #8DC2D9. Grayscale: #4A4A4A. Windows color (decimal): -9290458 or 2506098. OLE color: 2506098.
HSL color Cylindrical-coordinate representation of color #723D26: hue angle of 18.16º 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 #723D26 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 38 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.55 |
| HSL | 18.16º | 0.5% | 0.3% | - |
| HSV(B) | 18.16º | 0.67% | 0.45% | - |
| XYZ | 8.96 | 7.05 | 2.72 | - |
| YUV | 74.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 38 | 0 | 0.46 | 0.67 | 0.55 | 18.16 | 0.5 | 0.3 |
| Hex | 72 | 3D | 26 | 0 | 2E | 43 | 37 | 12 | 32 | 1E |
| Octal | 162 | 75 | 46 | 0 | 56 | 103 | 67 | 22 | 62 | 36 |
| Binary | 1110010 | 111101 | 100110 | 0 | 101110 | 1000011 | 110111 | 10010 | 110010 | 11110 |
Color Harmonies of #723D26
Complementary color
Monochromatic Colors of #723D26
Black with #723D26
Text Example
Text Example
White with #723D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D26; }
p { color: rgb(114,61,38); }
H1.HeaderClassName
{
color: #723D26;
}
.AnyTagClassName
{
color: #723D26;
}
</style>
background-color css
<style>
a { background-color: #723D26; }
a { background-color: rgb(114,61,38); }
div.DivClassName
{
background-color: #723D26;
}
.BgClassName
{
background-color: #723D26;
}
</style>
border-color css
<style>
span { border-color: #723D26; }
span { border-color: rgb(114,61,38); }
td.TdClassName
{
border-color: #723D26;
}
.TagClassName
{
border-color: #723D26;
}
</style>