Shades of Bronzetone #444E21
Tints of Bronzetone #444E21
RGB
CMYK
RGB Variations
Color information
#444E21 (or 0x444E21) is known color: Bronzetone. HEX triplet: 44, 4E and 21. RGB value is (68,78,33). Sum of RGB (Red+Green+Blue) = 68+78+33=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 78 - color contains mainly: green. Hex color #444E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E21 is #BBB1DE. Grayscale: #464646. Windows color (decimal): -12300767 or 2182724. OLE color: 2182724.
HSL color Cylindrical-coordinate representation of color #444E21: hue angle of 73.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444E21 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 33 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.69 |
| HSL | 73.33º | 0.41% | 0.22% | - |
| HSV(B) | 73.33º | 0.58% | 0.31% | - |
| XYZ | 5.38 | 6.79 | 2.47 | - |
| YUV | 69.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 33 | 0.13 | 0 | 0.58 | 0.69 | 73.33 | 0.41 | 0.22 |
| Hex | 44 | 4E | 21 | D | 0 | 3A | 45 | 49 | 29 | 16 |
| Octal | 104 | 116 | 41 | 15 | 0 | 72 | 105 | 111 | 51 | 26 |
| Binary | 1000100 | 1001110 | 100001 | 1101 | 0 | 111010 | 1000101 | 1001001 | 101001 | 10110 |
Color Harmonies of #444E21
Complementary color
Monochromatic Colors of #444E21
Black with #444E21
Text Example
Text Example
White with #444E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E21; }
p { color: rgb(68,78,33); }
H1.HeaderClassName
{
color: #444E21;
}
.AnyTagClassName
{
color: #444E21;
}
</style>
background-color css
<style>
a { background-color: #444E21; }
a { background-color: rgb(68,78,33); }
div.DivClassName
{
background-color: #444E21;
}
.BgClassName
{
background-color: #444E21;
}
</style>
border-color css
<style>
span { border-color: #444E21; }
span { border-color: rgb(68,78,33); }
td.TdClassName
{
border-color: #444E21;
}
.TagClassName
{
border-color: #444E21;
}
</style>