Shades of Bronzetone #445020
Tints of Bronzetone #445020
RGB
CMYK
RGB Variations
Color information
#445020 (or 0x445020) is known color: Bronzetone. HEX triplet: 44, 50 and 20. RGB value is (68,80,32). Sum of RGB (Red+Green+Blue) = 68+80+32=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #445020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445020 is #BBAFDF. Grayscale: #474747. Windows color (decimal): -12300256 or 2117700. OLE color: 2117700.
HSL color Cylindrical-coordinate representation of color #445020: hue angle of 75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445020 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 32 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.69 |
| HSL | 75º | 0.43% | 0.22% | - |
| HSV(B) | 75º | 0.6% | 0.31% | - |
| XYZ | 5.51 | 7.07 | 2.44 | - |
| YUV | 70.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 32 | 0.15 | 0 | 0.60 | 0.69 | 75 | 0.43 | 0.22 |
| Hex | 44 | 50 | 20 | F | 0 | 3C | 45 | 4B | 2B | 16 |
| Octal | 104 | 120 | 40 | 17 | 0 | 74 | 105 | 113 | 53 | 26 |
| Binary | 1000100 | 1010000 | 100000 | 1111 | 0 | 111100 | 1000101 | 1001011 | 101011 | 10110 |
Color Harmonies of #445020
Complementary color
Monochromatic Colors of #445020
Black with #445020
Text Example
Text Example
White with #445020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445020; }
p { color: rgb(68,80,32); }
H1.HeaderClassName
{
color: #445020;
}
.AnyTagClassName
{
color: #445020;
}
</style>
background-color css
<style>
a { background-color: #445020; }
a { background-color: rgb(68,80,32); }
div.DivClassName
{
background-color: #445020;
}
.BgClassName
{
background-color: #445020;
}
</style>
border-color css
<style>
span { border-color: #445020; }
span { border-color: rgb(68,80,32); }
td.TdClassName
{
border-color: #445020;
}
.TagClassName
{
border-color: #445020;
}
</style>