Shades of Bronzetone #404B1E
Tints of Bronzetone #404B1E
RGB
CMYK
RGB Variations
Color information
#404B1E (or 0x404B1E) is known color: Bronzetone. HEX triplet: 40, 4B and 1E. RGB value is (64,75,30). Sum of RGB (Red+Green+Blue) = 64+75+30=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #404B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B1E is #BFB4E1. Grayscale: #424242. Windows color (decimal): -12563682 or 1985344. OLE color: 1985344.
HSL color Cylindrical-coordinate representation of color #404B1E: hue angle of 74.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #404B1E is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 30 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.71 |
| HSL | 74.67º | 0.43% | 0.21% | - |
| HSV(B) | 74.67º | 0.6% | 0.29% | - |
| XYZ | 4.86 | 6.22 | 2.17 | - |
| YUV | 66.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 30 | 0.15 | 0 | 0.60 | 0.71 | 74.67 | 0.43 | 0.21 |
| Hex | 40 | 4B | 1E | F | 0 | 3C | 47 | 4B | 2B | 15 |
| Octal | 100 | 113 | 36 | 17 | 0 | 74 | 107 | 113 | 53 | 25 |
| Binary | 1000000 | 1001011 | 11110 | 1111 | 0 | 111100 | 1000111 | 1001011 | 101011 | 10101 |
Color Harmonies of #404B1E
Complementary color
Monochromatic Colors of #404B1E
Black with #404B1E
Text Example
Text Example
White with #404B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B1E; }
p { color: rgb(64,75,30); }
H1.HeaderClassName
{
color: #404B1E;
}
.AnyTagClassName
{
color: #404B1E;
}
</style>
background-color css
<style>
a { background-color: #404B1E; }
a { background-color: rgb(64,75,30); }
div.DivClassName
{
background-color: #404B1E;
}
.BgClassName
{
background-color: #404B1E;
}
</style>
border-color css
<style>
span { border-color: #404B1E; }
span { border-color: rgb(64,75,30); }
td.TdClassName
{
border-color: #404B1E;
}
.TagClassName
{
border-color: #404B1E;
}
</style>