Shades of New Amber #743D25
Tints of New Amber #743D25
RGB
CMYK
RGB Variations
Color information
#743D25 (or 0x743D25) is known color: New Amber. HEX triplet: 74, 3D and 25. RGB value is (116,61,37). Sum of RGB (Red+Green+Blue) = 116+61+37=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #743D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D25 is #8BC2DA. Grayscale: #4A4A4A. Windows color (decimal): -9159387 or 2440564. OLE color: 2440564.
HSL color Cylindrical-coordinate representation of color #743D25: 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.68%. Process color model (Four color, CMYK) of #743D25 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 37 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.55 |
| HSL | 18.23º | 0.52% | 0.3% | - |
| HSV(B) | 18.23º | 0.68% | 0.45% | - |
| XYZ | 9.21 | 7.18 | 2.65 | - |
| YUV | 74.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 37 | 0 | 0.47 | 0.68 | 0.55 | 18.23 | 0.52 | 0.3 |
| Hex | 74 | 3D | 25 | 0 | 2F | 44 | 37 | 12 | 34 | 1E |
| Octal | 164 | 75 | 45 | 0 | 57 | 104 | 67 | 22 | 64 | 36 |
| Binary | 1110100 | 111101 | 100101 | 0 | 101111 | 1000100 | 110111 | 10010 | 110100 | 11110 |
Color Harmonies of #743D25
Complementary color
Monochromatic Colors of #743D25
Black with #743D25
Text Example
Text Example
White with #743D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D25; }
p { color: rgb(116,61,37); }
H1.HeaderClassName
{
color: #743D25;
}
.AnyTagClassName
{
color: #743D25;
}
</style>
background-color css
<style>
a { background-color: #743D25; }
a { background-color: rgb(116,61,37); }
div.DivClassName
{
background-color: #743D25;
}
.BgClassName
{
background-color: #743D25;
}
</style>
border-color css
<style>
span { border-color: #743D25; }
span { border-color: rgb(116,61,37); }
td.TdClassName
{
border-color: #743D25;
}
.TagClassName
{
border-color: #743D25;
}
</style>