Shades of Bronzetone #444A24
Tints of Bronzetone #444A24
RGB
CMYK
RGB Variations
Color information
#444A24 (or 0x444A24) is known color: Bronzetone. HEX triplet: 44, 4A and 24. RGB value is (68,74,36). Sum of RGB (Red+Green+Blue) = 68+74+36=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #444A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A24 is #BBB5DB. Grayscale: #444444. Windows color (decimal): -12301788 or 2378308. OLE color: 2378308.
HSL color Cylindrical-coordinate representation of color #444A24: hue angle of 69.47º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444A24 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 36 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.71 |
| HSL | 69.47º | 0.35% | 0.22% | - |
| HSV(B) | 69.47º | 0.51% | 0.29% | - |
| XYZ | 5.15 | 6.25 | 2.6 | - |
| YUV | 67.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 36 | 0.08 | 0 | 0.51 | 0.71 | 69.47 | 0.35 | 0.22 |
| Hex | 44 | 4A | 24 | 8 | 0 | 33 | 47 | 45 | 23 | 16 |
| Octal | 104 | 112 | 44 | 10 | 0 | 63 | 107 | 105 | 43 | 26 |
| Binary | 1000100 | 1001010 | 100100 | 1000 | 0 | 110011 | 1000111 | 1000101 | 100011 | 10110 |
Color Harmonies of #444A24
Complementary color
Monochromatic Colors of #444A24
Black with #444A24
Text Example
Text Example
White with #444A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A24; }
p { color: rgb(68,74,36); }
H1.HeaderClassName
{
color: #444A24;
}
.AnyTagClassName
{
color: #444A24;
}
</style>
background-color css
<style>
a { background-color: #444A24; }
a { background-color: rgb(68,74,36); }
div.DivClassName
{
background-color: #444A24;
}
.BgClassName
{
background-color: #444A24;
}
</style>
border-color css
<style>
span { border-color: #444A24; }
span { border-color: rgb(68,74,36); }
td.TdClassName
{
border-color: #444A24;
}
.TagClassName
{
border-color: #444A24;
}
</style>