Shades of New Amber #753B25
Tints of New Amber #753B25
RGB
CMYK
RGB Variations
Color information
#753B25 (or 0x753B25) is known color: New Amber. HEX triplet: 75, 3B and 25. RGB value is (117,59,37). Sum of RGB (Red+Green+Blue) = 117+59+37=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #753B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B25 is #8AC4DA. Grayscale: #494949. Windows color (decimal): -9094363 or 2440053. OLE color: 2440053.
HSL color Cylindrical-coordinate representation of color #753B25: hue angle of 16.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753B25 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 37 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.54 |
| HSL | 16.5º | 0.52% | 0.3% | - |
| HSV(B) | 16.5º | 0.68% | 0.46% | - |
| XYZ | 9.23 | 7.04 | 2.62 | - |
| YUV | 73.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 37 | 0 | 0.50 | 0.68 | 0.54 | 16.5 | 0.52 | 0.3 |
| Hex | 75 | 3B | 25 | 0 | 32 | 44 | 36 | 10 | 34 | 1E |
| Octal | 165 | 73 | 45 | 0 | 62 | 104 | 66 | 20 | 64 | 36 |
| Binary | 1110101 | 111011 | 100101 | 0 | 110010 | 1000100 | 110110 | 10000 | 110100 | 11110 |
Color Harmonies of #753B25
Complementary color
Monochromatic Colors of #753B25
Black with #753B25
Text Example
Text Example
White with #753B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B25; }
p { color: rgb(117,59,37); }
H1.HeaderClassName
{
color: #753B25;
}
.AnyTagClassName
{
color: #753B25;
}
</style>
background-color css
<style>
a { background-color: #753B25; }
a { background-color: rgb(117,59,37); }
div.DivClassName
{
background-color: #753B25;
}
.BgClassName
{
background-color: #753B25;
}
</style>
border-color css
<style>
span { border-color: #753B25; }
span { border-color: rgb(117,59,37); }
td.TdClassName
{
border-color: #753B25;
}
.TagClassName
{
border-color: #753B25;
}
</style>