Shades of Bronzetone #444F28
Tints of Bronzetone #444F28
RGB
CMYK
RGB Variations
Color information
#444F28 (or 0x444F28) is known color: Bronzetone. HEX triplet: 44, 4F and 28. RGB value is (68,79,40). Sum of RGB (Red+Green+Blue) = 68+79+40=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #444F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F28 is #BBB0D7. Grayscale: #474747. Windows color (decimal): -12300504 or 2641732. OLE color: 2641732.
HSL color Cylindrical-coordinate representation of color #444F28: hue angle of 76.92º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444F28 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 40 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.69 |
| HSL | 76.92º | 0.33% | 0.23% | - |
| HSV(B) | 76.92º | 0.49% | 0.31% | - |
| XYZ | 5.56 | 6.97 | 3.06 | - |
| YUV | 71.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 40 | 0.14 | 0 | 0.49 | 0.69 | 76.92 | 0.33 | 0.23 |
| Hex | 44 | 4F | 28 | E | 0 | 31 | 45 | 4D | 21 | 17 |
| Octal | 104 | 117 | 50 | 16 | 0 | 61 | 105 | 115 | 41 | 27 |
| Binary | 1000100 | 1001111 | 101000 | 1110 | 0 | 110001 | 1000101 | 1001101 | 100001 | 10111 |
Color Harmonies of #444F28
Complementary color
Monochromatic Colors of #444F28
Black with #444F28
Text Example
Text Example
White with #444F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F28; }
p { color: rgb(68,79,40); }
H1.HeaderClassName
{
color: #444F28;
}
.AnyTagClassName
{
color: #444F28;
}
</style>
background-color css
<style>
a { background-color: #444F28; }
a { background-color: rgb(68,79,40); }
div.DivClassName
{
background-color: #444F28;
}
.BgClassName
{
background-color: #444F28;
}
</style>
border-color css
<style>
span { border-color: #444F28; }
span { border-color: rgb(68,79,40); }
td.TdClassName
{
border-color: #444F28;
}
.TagClassName
{
border-color: #444F28;
}
</style>