Shades of Bronzetone #404923
Tints of Bronzetone #404923
RGB
CMYK
RGB Variations
Color information
#404923 (or 0x404923) is known color: Bronzetone. HEX triplet: 40, 49 and 23. RGB value is (64,73,35). Sum of RGB (Red+Green+Blue) = 64+73+35=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #404923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404923 is #BFB6DC. Grayscale: #424242. Windows color (decimal): -12564189 or 2312512. OLE color: 2312512.
HSL color Cylindrical-coordinate representation of color #404923: hue angle of 74.21º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404923 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 35 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.71 |
| HSL | 74.21º | 0.35% | 0.21% | - |
| HSV(B) | 74.21º | 0.52% | 0.29% | - |
| XYZ | 4.8 | 5.98 | 2.49 | - |
| YUV | 65.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 35 | 0.12 | 0 | 0.52 | 0.71 | 74.21 | 0.35 | 0.21 |
| Hex | 40 | 49 | 23 | C | 0 | 34 | 47 | 4A | 23 | 15 |
| Octal | 100 | 111 | 43 | 14 | 0 | 64 | 107 | 112 | 43 | 25 |
| Binary | 1000000 | 1001001 | 100011 | 1100 | 0 | 110100 | 1000111 | 1001010 | 100011 | 10101 |
Color Harmonies of #404923
Complementary color
Monochromatic Colors of #404923
Black with #404923
Text Example
Text Example
White with #404923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404923; }
p { color: rgb(64,73,35); }
H1.HeaderClassName
{
color: #404923;
}
.AnyTagClassName
{
color: #404923;
}
</style>
background-color css
<style>
a { background-color: #404923; }
a { background-color: rgb(64,73,35); }
div.DivClassName
{
background-color: #404923;
}
.BgClassName
{
background-color: #404923;
}
</style>
border-color css
<style>
span { border-color: #404923; }
span { border-color: rgb(64,73,35); }
td.TdClassName
{
border-color: #404923;
}
.TagClassName
{
border-color: #404923;
}
</style>