Shades of Bronzetone #404B1D
Tints of Bronzetone #404B1D
RGB
CMYK
RGB Variations
Color information
#404B1D (or 0x404B1D) is known color: Bronzetone. HEX triplet: 40, 4B and 1D. RGB value is (64,75,29). Sum of RGB (Red+Green+Blue) = 64+75+29=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #404B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B1D is #BFB4E2. Grayscale: #424242. Windows color (decimal): -12563683 or 1919808. OLE color: 1919808.
HSL color Cylindrical-coordinate representation of color #404B1D: hue angle of 74.35º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #404B1D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 29 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.71 |
| HSL | 74.35º | 0.44% | 0.2% | - |
| HSV(B) | 74.35º | 0.61% | 0.29% | - |
| XYZ | 4.85 | 6.21 | 2.11 | - |
| YUV | 66.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 29 | 0.15 | 0 | 0.61 | 0.71 | 74.35 | 0.44 | 0.2 |
| Hex | 40 | 4B | 1D | F | 0 | 3D | 47 | 4A | 2C | 14 |
| Octal | 100 | 113 | 35 | 17 | 0 | 75 | 107 | 112 | 54 | 24 |
| Binary | 1000000 | 1001011 | 11101 | 1111 | 0 | 111101 | 1000111 | 1001010 | 101100 | 10100 |
Color Harmonies of #404B1D
Complementary color
Monochromatic Colors of #404B1D
Black with #404B1D
Text Example
Text Example
White with #404B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B1D; }
p { color: rgb(64,75,29); }
H1.HeaderClassName
{
color: #404B1D;
}
.AnyTagClassName
{
color: #404B1D;
}
</style>
background-color css
<style>
a { background-color: #404B1D; }
a { background-color: rgb(64,75,29); }
div.DivClassName
{
background-color: #404B1D;
}
.BgClassName
{
background-color: #404B1D;
}
</style>
border-color css
<style>
span { border-color: #404B1D; }
span { border-color: rgb(64,75,29); }
td.TdClassName
{
border-color: #404B1D;
}
.TagClassName
{
border-color: #404B1D;
}
</style>