Shades of Bronzetone #40472D
Tints of Bronzetone #40472D
RGB
CMYK
RGB Variations
Color information
#40472D (or 0x40472D) is known color: Bronzetone. HEX triplet: 40, 47 and 2D. RGB value is (64,71,45). Sum of RGB (Red+Green+Blue) = 64+71+45=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #40472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40472D is #BFB8D2. Grayscale: #424242. Windows color (decimal): -12564691 or 2967360. OLE color: 2967360.
HSL color Cylindrical-coordinate representation of color #40472D: hue angle of 76.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40472D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 45 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.72 |
| HSL | 76.15º | 0.22% | 0.23% | - |
| HSV(B) | 76.15º | 0.37% | 0.28% | - |
| XYZ | 4.84 | 5.79 | 3.34 | - |
| YUV | 65.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 45 | 0.10 | 0 | 0.37 | 0.72 | 76.15 | 0.22 | 0.23 |
| Hex | 40 | 47 | 2D | A | 0 | 25 | 48 | 4C | 16 | 17 |
| Octal | 100 | 107 | 55 | 12 | 0 | 45 | 110 | 114 | 26 | 27 |
| Binary | 1000000 | 1000111 | 101101 | 1010 | 0 | 100101 | 1001000 | 1001100 | 10110 | 10111 |
Color Harmonies of #40472D
Complementary color
Monochromatic Colors of #40472D
Black with #40472D
Text Example
Text Example
White with #40472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40472D; }
p { color: rgb(64,71,45); }
H1.HeaderClassName
{
color: #40472D;
}
.AnyTagClassName
{
color: #40472D;
}
</style>
background-color css
<style>
a { background-color: #40472D; }
a { background-color: rgb(64,71,45); }
div.DivClassName
{
background-color: #40472D;
}
.BgClassName
{
background-color: #40472D;
}
</style>
border-color css
<style>
span { border-color: #40472D; }
span { border-color: rgb(64,71,45); }
td.TdClassName
{
border-color: #40472D;
}
.TagClassName
{
border-color: #40472D;
}
</style>