Shades of Bronzetone #444924
Tints of Bronzetone #444924
RGB
CMYK
RGB Variations
Color information
#444924 (or 0x444924) is known color: Bronzetone. HEX triplet: 44, 49 and 24. RGB value is (68,73,36). Sum of RGB (Red+Green+Blue) = 68+73+36=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #444924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444924 is #BBB6DB. Grayscale: #434343. Windows color (decimal): -12302044 or 2378052. OLE color: 2378052.
HSL color Cylindrical-coordinate representation of color #444924: hue angle of 68.11º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444924 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 36 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.71 |
| HSL | 68.11º | 0.34% | 0.21% | - |
| HSV(B) | 68.11º | 0.51% | 0.29% | - |
| XYZ | 5.08 | 6.12 | 2.58 | - |
| YUV | 67.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 36 | 0.07 | 0 | 0.51 | 0.71 | 68.11 | 0.34 | 0.21 |
| Hex | 44 | 49 | 24 | 7 | 0 | 33 | 47 | 44 | 22 | 15 |
| Octal | 104 | 111 | 44 | 7 | 0 | 63 | 107 | 104 | 42 | 25 |
| Binary | 1000100 | 1001001 | 100100 | 111 | 0 | 110011 | 1000111 | 1000100 | 100010 | 10101 |
Color Harmonies of #444924
Complementary color
Monochromatic Colors of #444924
Black with #444924
Text Example
Text Example
White with #444924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444924; }
p { color: rgb(68,73,36); }
H1.HeaderClassName
{
color: #444924;
}
.AnyTagClassName
{
color: #444924;
}
</style>
background-color css
<style>
a { background-color: #444924; }
a { background-color: rgb(68,73,36); }
div.DivClassName
{
background-color: #444924;
}
.BgClassName
{
background-color: #444924;
}
</style>
border-color css
<style>
span { border-color: #444924; }
span { border-color: rgb(68,73,36); }
td.TdClassName
{
border-color: #444924;
}
.TagClassName
{
border-color: #444924;
}
</style>