Shades of Bronzetone #40471D
Tints of Bronzetone #40471D
RGB
CMYK
RGB Variations
Color information
#40471D (or 0x40471D) is known color: Bronzetone. HEX triplet: 40, 47 and 1D. RGB value is (64,71,29). Sum of RGB (Red+Green+Blue) = 64+71+29=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #40471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40471D is #BFB8E2. Grayscale: #404040. Windows color (decimal): -12564707 or 1918784. OLE color: 1918784.
HSL color Cylindrical-coordinate representation of color #40471D: hue angle of 70º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40471D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 29 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.72 |
| HSL | 70º | 0.42% | 0.2% | - |
| HSV(B) | 70º | 0.59% | 0.28% | - |
| XYZ | 4.59 | 5.69 | 2.02 | - |
| YUV | 64.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 29 | 0.10 | 0 | 0.59 | 0.72 | 70 | 0.42 | 0.2 |
| Hex | 40 | 47 | 1D | A | 0 | 3B | 48 | 46 | 2A | 14 |
| Octal | 100 | 107 | 35 | 12 | 0 | 73 | 110 | 106 | 52 | 24 |
| Binary | 1000000 | 1000111 | 11101 | 1010 | 0 | 111011 | 1001000 | 1000110 | 101010 | 10100 |
Color Harmonies of #40471D
Complementary color
Monochromatic Colors of #40471D
Black with #40471D
Text Example
Text Example
White with #40471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40471D; }
p { color: rgb(64,71,29); }
H1.HeaderClassName
{
color: #40471D;
}
.AnyTagClassName
{
color: #40471D;
}
</style>
background-color css
<style>
a { background-color: #40471D; }
a { background-color: rgb(64,71,29); }
div.DivClassName
{
background-color: #40471D;
}
.BgClassName
{
background-color: #40471D;
}
</style>
border-color css
<style>
span { border-color: #40471D; }
span { border-color: rgb(64,71,29); }
td.TdClassName
{
border-color: #40471D;
}
.TagClassName
{
border-color: #40471D;
}
</style>