Shades of Bronzetone #444F20
Tints of Bronzetone #444F20
RGB
CMYK
RGB Variations
Color information
#444F20 (or 0x444F20) is known color: Bronzetone. HEX triplet: 44, 4F and 20. RGB value is (68,79,32). Sum of RGB (Red+Green+Blue) = 68+79+32=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #444F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F20 is #BBB0DF. Grayscale: #464646. Windows color (decimal): -12300512 or 2117444. OLE color: 2117444.
HSL color Cylindrical-coordinate representation of color #444F20: hue angle of 74.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #444F20 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 32 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.69 |
| HSL | 74.04º | 0.42% | 0.22% | - |
| HSV(B) | 74.04º | 0.59% | 0.31% | - |
| XYZ | 5.44 | 6.93 | 2.42 | - |
| YUV | 70.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 32 | 0.14 | 0 | 0.59 | 0.69 | 74.04 | 0.42 | 0.22 |
| Hex | 44 | 4F | 20 | E | 0 | 3B | 45 | 4A | 2A | 16 |
| Octal | 104 | 117 | 40 | 16 | 0 | 73 | 105 | 112 | 52 | 26 |
| Binary | 1000100 | 1001111 | 100000 | 1110 | 0 | 111011 | 1000101 | 1001010 | 101010 | 10110 |
Color Harmonies of #444F20
Complementary color
Monochromatic Colors of #444F20
Black with #444F20
Text Example
Text Example
White with #444F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F20; }
p { color: rgb(68,79,32); }
H1.HeaderClassName
{
color: #444F20;
}
.AnyTagClassName
{
color: #444F20;
}
</style>
background-color css
<style>
a { background-color: #444F20; }
a { background-color: rgb(68,79,32); }
div.DivClassName
{
background-color: #444F20;
}
.BgClassName
{
background-color: #444F20;
}
</style>
border-color css
<style>
span { border-color: #444F20; }
span { border-color: rgb(68,79,32); }
td.TdClassName
{
border-color: #444F20;
}
.TagClassName
{
border-color: #444F20;
}
</style>