Shades of Bronzetone #444F24
Tints of Bronzetone #444F24
RGB
CMYK
RGB Variations
Color information
#444F24 (or 0x444F24) is known color: Bronzetone. HEX triplet: 44, 4F and 24. RGB value is (68,79,36). Sum of RGB (Red+Green+Blue) = 68+79+36=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #444F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F24 is #BBB0DB. Grayscale: #464646. Windows color (decimal): -12300508 or 2379588. OLE color: 2379588.
HSL color Cylindrical-coordinate representation of color #444F24: hue angle of 75.35º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444F24 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 36 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.69 |
| HSL | 75.35º | 0.37% | 0.23% | - |
| HSV(B) | 75.35º | 0.54% | 0.31% | - |
| XYZ | 5.5 | 6.95 | 2.72 | - |
| YUV | 70.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 36 | 0.14 | 0 | 0.54 | 0.69 | 75.35 | 0.37 | 0.23 |
| Hex | 44 | 4F | 24 | E | 0 | 36 | 45 | 4B | 25 | 17 |
| Octal | 104 | 117 | 44 | 16 | 0 | 66 | 105 | 113 | 45 | 27 |
| Binary | 1000100 | 1001111 | 100100 | 1110 | 0 | 110110 | 1000101 | 1001011 | 100101 | 10111 |
Color Harmonies of #444F24
Complementary color
Monochromatic Colors of #444F24
Black with #444F24
Text Example
Text Example
White with #444F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F24; }
p { color: rgb(68,79,36); }
H1.HeaderClassName
{
color: #444F24;
}
.AnyTagClassName
{
color: #444F24;
}
</style>
background-color css
<style>
a { background-color: #444F24; }
a { background-color: rgb(68,79,36); }
div.DivClassName
{
background-color: #444F24;
}
.BgClassName
{
background-color: #444F24;
}
</style>
border-color css
<style>
span { border-color: #444F24; }
span { border-color: rgb(68,79,36); }
td.TdClassName
{
border-color: #444F24;
}
.TagClassName
{
border-color: #444F24;
}
</style>