Shades of New Amber #733B27
Tints of New Amber #733B27
RGB
CMYK
RGB Variations
Color information
#733B27 (or 0x733B27) is known color: New Amber. HEX triplet: 73, 3B and 27. RGB value is (115,59,39). Sum of RGB (Red+Green+Blue) = 115+59+39=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #733B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B27 is #8CC4D8. Grayscale: #494949. Windows color (decimal): -9225433 or 2571123. OLE color: 2571123.
HSL color Cylindrical-coordinate representation of color #733B27: hue angle of 15.79º 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 #733B27 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 39 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.55 |
| HSL | 15.79º | 0.49% | 0.3% | - |
| HSV(B) | 15.79º | 0.66% | 0.45% | - |
| XYZ | 9 | 6.92 | 2.78 | - |
| YUV | 73.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 39 | 0 | 0.49 | 0.66 | 0.55 | 15.79 | 0.49 | 0.3 |
| Hex | 73 | 3B | 27 | 0 | 31 | 42 | 37 | 10 | 31 | 1E |
| Octal | 163 | 73 | 47 | 0 | 61 | 102 | 67 | 20 | 61 | 36 |
| Binary | 1110011 | 111011 | 100111 | 0 | 110001 | 1000010 | 110111 | 10000 | 110001 | 11110 |
Color Harmonies of #733B27
Complementary color
Monochromatic Colors of #733B27
Black with #733B27
Text Example
Text Example
White with #733B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B27; }
p { color: rgb(115,59,39); }
H1.HeaderClassName
{
color: #733B27;
}
.AnyTagClassName
{
color: #733B27;
}
</style>
background-color css
<style>
a { background-color: #733B27; }
a { background-color: rgb(115,59,39); }
div.DivClassName
{
background-color: #733B27;
}
.BgClassName
{
background-color: #733B27;
}
</style>
border-color css
<style>
span { border-color: #733B27; }
span { border-color: rgb(115,59,39); }
td.TdClassName
{
border-color: #733B27;
}
.TagClassName
{
border-color: #733B27;
}
</style>