Shades of New Amber #743D26
Tints of New Amber #743D26
RGB
CMYK
RGB Variations
Color information
#743D26 (or 0x743D26) is known color: New Amber. HEX triplet: 74, 3D and 26. RGB value is (116,61,38). Sum of RGB (Red+Green+Blue) = 116+61+38=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D26 is #8BC2D9. Grayscale: #4A4A4A. Windows color (decimal): -9159386 or 2506100. OLE color: 2506100.
HSL color Cylindrical-coordinate representation of color #743D26: hue angle of 17.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743D26 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 38 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.55 |
| HSL | 17.69º | 0.51% | 0.3% | - |
| HSV(B) | 17.69º | 0.67% | 0.45% | - |
| XYZ | 9.22 | 7.19 | 2.74 | - |
| YUV | 74.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 38 | 0 | 0.47 | 0.67 | 0.55 | 17.69 | 0.51 | 0.3 |
| Hex | 74 | 3D | 26 | 0 | 2F | 43 | 37 | 12 | 33 | 1E |
| Octal | 164 | 75 | 46 | 0 | 57 | 103 | 67 | 22 | 63 | 36 |
| Binary | 1110100 | 111101 | 100110 | 0 | 101111 | 1000011 | 110111 | 10010 | 110011 | 11110 |
Color Harmonies of #743D26
Complementary color
Monochromatic Colors of #743D26
Black with #743D26
Text Example
Text Example
White with #743D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D26; }
p { color: rgb(116,61,38); }
H1.HeaderClassName
{
color: #743D26;
}
.AnyTagClassName
{
color: #743D26;
}
</style>
background-color css
<style>
a { background-color: #743D26; }
a { background-color: rgb(116,61,38); }
div.DivClassName
{
background-color: #743D26;
}
.BgClassName
{
background-color: #743D26;
}
</style>
border-color css
<style>
span { border-color: #743D26; }
span { border-color: rgb(116,61,38); }
td.TdClassName
{
border-color: #743D26;
}
.TagClassName
{
border-color: #743D26;
}
</style>