Shades of Bronzetone #444929
Tints of Bronzetone #444929
RGB
CMYK
RGB Variations
Color information
#444929 (or 0x444929) is known color: Bronzetone. HEX triplet: 44, 49 and 29. RGB value is (68,73,41). Sum of RGB (Red+Green+Blue) = 68+73+41=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #444929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444929 is #BBB6D6. Grayscale: #434343. Windows color (decimal): -12302039 or 2705732. OLE color: 2705732.
HSL color Cylindrical-coordinate representation of color #444929: hue angle of 69.38º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444929 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 41 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.71 |
| HSL | 69.38º | 0.28% | 0.22% | - |
| HSV(B) | 69.38º | 0.44% | 0.29% | - |
| XYZ | 5.17 | 6.15 | 3.01 | - |
| YUV | 67.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 41 | 0.07 | 0 | 0.44 | 0.71 | 69.38 | 0.28 | 0.22 |
| Hex | 44 | 49 | 29 | 7 | 0 | 2C | 47 | 45 | 1C | 16 |
| Octal | 104 | 111 | 51 | 7 | 0 | 54 | 107 | 105 | 34 | 26 |
| Binary | 1000100 | 1001001 | 101001 | 111 | 0 | 101100 | 1000111 | 1000101 | 11100 | 10110 |
Color Harmonies of #444929
Complementary color
Monochromatic Colors of #444929
Black with #444929
Text Example
Text Example
White with #444929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444929; }
p { color: rgb(68,73,41); }
H1.HeaderClassName
{
color: #444929;
}
.AnyTagClassName
{
color: #444929;
}
</style>
background-color css
<style>
a { background-color: #444929; }
a { background-color: rgb(68,73,41); }
div.DivClassName
{
background-color: #444929;
}
.BgClassName
{
background-color: #444929;
}
</style>
border-color css
<style>
span { border-color: #444929; }
span { border-color: rgb(68,73,41); }
td.TdClassName
{
border-color: #444929;
}
.TagClassName
{
border-color: #444929;
}
</style>