Shades of Bronzetone #404827
Tints of Bronzetone #404827
RGB
CMYK
RGB Variations
Color information
#404827 (or 0x404827) is known color: Bronzetone. HEX triplet: 40, 48 and 27. RGB value is (64,72,39). Sum of RGB (Red+Green+Blue) = 64+72+39=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #404827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404827 is #BFB7D8. Grayscale: #414141. Windows color (decimal): -12564441 or 2574400. OLE color: 2574400.
HSL color Cylindrical-coordinate representation of color #404827: hue angle of 74.55º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404827 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 39 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.72 |
| HSL | 74.55º | 0.3% | 0.22% | - |
| HSV(B) | 74.55º | 0.46% | 0.28% | - |
| XYZ | 4.8 | 5.87 | 2.8 | - |
| YUV | 65.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 39 | 0.11 | 0 | 0.46 | 0.72 | 74.55 | 0.3 | 0.22 |
| Hex | 40 | 48 | 27 | B | 0 | 2E | 48 | 4B | 1E | 16 |
| Octal | 100 | 110 | 47 | 13 | 0 | 56 | 110 | 113 | 36 | 26 |
| Binary | 1000000 | 1001000 | 100111 | 1011 | 0 | 101110 | 1001000 | 1001011 | 11110 | 10110 |
Color Harmonies of #404827
Complementary color
Monochromatic Colors of #404827
Black with #404827
Text Example
Text Example
White with #404827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404827; }
p { color: rgb(64,72,39); }
H1.HeaderClassName
{
color: #404827;
}
.AnyTagClassName
{
color: #404827;
}
</style>
background-color css
<style>
a { background-color: #404827; }
a { background-color: rgb(64,72,39); }
div.DivClassName
{
background-color: #404827;
}
.BgClassName
{
background-color: #404827;
}
</style>
border-color css
<style>
span { border-color: #404827; }
span { border-color: rgb(64,72,39); }
td.TdClassName
{
border-color: #404827;
}
.TagClassName
{
border-color: #404827;
}
</style>