Shades of New Amber #743C25
Tints of New Amber #743C25
RGB
CMYK
RGB Variations
Color information
#743C25 (or 0x743C25) is known color: New Amber. HEX triplet: 74, 3C and 25. RGB value is (116,60,37). Sum of RGB (Red+Green+Blue) = 116+60+37=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #743C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C25 is #8BC3DA. Grayscale: #4A4A4A. Windows color (decimal): -9159643 or 2440308. OLE color: 2440308.
HSL color Cylindrical-coordinate representation of color #743C25: hue angle of 17.47º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743C25 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 37 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.55 |
| HSL | 17.47º | 0.52% | 0.3% | - |
| HSV(B) | 17.47º | 0.68% | 0.45% | - |
| XYZ | 9.15 | 7.08 | 2.63 | - |
| YUV | 74.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 37 | 0 | 0.48 | 0.68 | 0.55 | 17.47 | 0.52 | 0.3 |
| Hex | 74 | 3C | 25 | 0 | 30 | 44 | 37 | 11 | 34 | 1E |
| Octal | 164 | 74 | 45 | 0 | 60 | 104 | 67 | 21 | 64 | 36 |
| Binary | 1110100 | 111100 | 100101 | 0 | 110000 | 1000100 | 110111 | 10001 | 110100 | 11110 |
Color Harmonies of #743C25
Complementary color
Monochromatic Colors of #743C25
Black with #743C25
Text Example
Text Example
White with #743C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C25; }
p { color: rgb(116,60,37); }
H1.HeaderClassName
{
color: #743C25;
}
.AnyTagClassName
{
color: #743C25;
}
</style>
background-color css
<style>
a { background-color: #743C25; }
a { background-color: rgb(116,60,37); }
div.DivClassName
{
background-color: #743C25;
}
.BgClassName
{
background-color: #743C25;
}
</style>
border-color css
<style>
span { border-color: #743C25; }
span { border-color: rgb(116,60,37); }
td.TdClassName
{
border-color: #743C25;
}
.TagClassName
{
border-color: #743C25;
}
</style>