Shades of Bronzetone #404825
Tints of Bronzetone #404825
RGB
CMYK
RGB Variations
Color information
#404825 (or 0x404825) is known color: Bronzetone. HEX triplet: 40, 48 and 25. RGB value is (64,72,37). Sum of RGB (Red+Green+Blue) = 64+72+37=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #404825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404825 is #BFB7DA. Grayscale: #414141. Windows color (decimal): -12564443 or 2443328. OLE color: 2443328.
HSL color Cylindrical-coordinate representation of color #404825: hue angle of 73.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #404825 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 37 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.72 |
| HSL | 73.71º | 0.32% | 0.21% | - |
| HSV(B) | 73.71º | 0.49% | 0.28% | - |
| XYZ | 4.77 | 5.86 | 2.63 | - |
| YUV | 65.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 37 | 0.11 | 0 | 0.49 | 0.72 | 73.71 | 0.32 | 0.21 |
| Hex | 40 | 48 | 25 | B | 0 | 31 | 48 | 4A | 20 | 15 |
| Octal | 100 | 110 | 45 | 13 | 0 | 61 | 110 | 112 | 40 | 25 |
| Binary | 1000000 | 1001000 | 100101 | 1011 | 0 | 110001 | 1001000 | 1001010 | 100000 | 10101 |
Color Harmonies of #404825
Complementary color
Monochromatic Colors of #404825
Black with #404825
Text Example
Text Example
White with #404825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404825; }
p { color: rgb(64,72,37); }
H1.HeaderClassName
{
color: #404825;
}
.AnyTagClassName
{
color: #404825;
}
</style>
background-color css
<style>
a { background-color: #404825; }
a { background-color: rgb(64,72,37); }
div.DivClassName
{
background-color: #404825;
}
.BgClassName
{
background-color: #404825;
}
</style>
border-color css
<style>
span { border-color: #404825; }
span { border-color: rgb(64,72,37); }
td.TdClassName
{
border-color: #404825;
}
.TagClassName
{
border-color: #404825;
}
</style>