Shades of Bronzetone #444A28
Tints of Bronzetone #444A28
RGB
CMYK
RGB Variations
Color information
#444A28 (or 0x444A28) is known color: Bronzetone. HEX triplet: 44, 4A and 28. RGB value is (68,74,40). Sum of RGB (Red+Green+Blue) = 68+74+40=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #444A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A28 is #BBB5D7. Grayscale: #444444. Windows color (decimal): -12301784 or 2640452. OLE color: 2640452.
HSL color Cylindrical-coordinate representation of color #444A28: hue angle of 70.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444A28 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 40 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.71 |
| HSL | 70.59º | 0.3% | 0.22% | - |
| HSV(B) | 70.59º | 0.46% | 0.29% | - |
| XYZ | 5.22 | 6.28 | 2.94 | - |
| YUV | 68.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 40 | 0.08 | 0 | 0.46 | 0.71 | 70.59 | 0.3 | 0.22 |
| Hex | 44 | 4A | 28 | 8 | 0 | 2E | 47 | 47 | 1E | 16 |
| Octal | 104 | 112 | 50 | 10 | 0 | 56 | 107 | 107 | 36 | 26 |
| Binary | 1000100 | 1001010 | 101000 | 1000 | 0 | 101110 | 1000111 | 1000111 | 11110 | 10110 |
Color Harmonies of #444A28
Complementary color
Monochromatic Colors of #444A28
Black with #444A28
Text Example
Text Example
White with #444A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A28; }
p { color: rgb(68,74,40); }
H1.HeaderClassName
{
color: #444A28;
}
.AnyTagClassName
{
color: #444A28;
}
</style>
background-color css
<style>
a { background-color: #444A28; }
a { background-color: rgb(68,74,40); }
div.DivClassName
{
background-color: #444A28;
}
.BgClassName
{
background-color: #444A28;
}
</style>
border-color css
<style>
span { border-color: #444A28; }
span { border-color: rgb(68,74,40); }
td.TdClassName
{
border-color: #444A28;
}
.TagClassName
{
border-color: #444A28;
}
</style>