Shades of New Amber #733C24
Tints of New Amber #733C24
RGB
CMYK
RGB Variations
Color information
#733C24 (or 0x733C24) is known color: New Amber. HEX triplet: 73, 3C and 24. RGB value is (115,60,36). Sum of RGB (Red+Green+Blue) = 115+60+36=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #733C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C24 is #8CC3DB. Grayscale: #494949. Windows color (decimal): -9225180 or 2374771. OLE color: 2374771.
HSL color Cylindrical-coordinate representation of color #733C24: hue angle of 18.23º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733C24 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 36 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.55 |
| HSL | 18.23º | 0.52% | 0.3% | - |
| HSV(B) | 18.23º | 0.69% | 0.45% | - |
| XYZ | 9 | 7 | 2.55 | - |
| YUV | 73.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 36 | 0 | 0.48 | 0.69 | 0.55 | 18.23 | 0.52 | 0.3 |
| Hex | 73 | 3C | 24 | 0 | 30 | 45 | 37 | 12 | 34 | 1E |
| Octal | 163 | 74 | 44 | 0 | 60 | 105 | 67 | 22 | 64 | 36 |
| Binary | 1110011 | 111100 | 100100 | 0 | 110000 | 1000101 | 110111 | 10010 | 110100 | 11110 |
Color Harmonies of #733C24
Complementary color
Monochromatic Colors of #733C24
Black with #733C24
Text Example
Text Example
White with #733C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C24; }
p { color: rgb(115,60,36); }
H1.HeaderClassName
{
color: #733C24;
}
.AnyTagClassName
{
color: #733C24;
}
</style>
background-color css
<style>
a { background-color: #733C24; }
a { background-color: rgb(115,60,36); }
div.DivClassName
{
background-color: #733C24;
}
.BgClassName
{
background-color: #733C24;
}
</style>
border-color css
<style>
span { border-color: #733C24; }
span { border-color: rgb(115,60,36); }
td.TdClassName
{
border-color: #733C24;
}
.TagClassName
{
border-color: #733C24;
}
</style>