Shades of Bronzetone #445022
Tints of Bronzetone #445022
RGB
CMYK
RGB Variations
Color information
#445022 (or 0x445022) is known color: Bronzetone. HEX triplet: 44, 50 and 22. RGB value is (68,80,34). Sum of RGB (Red+Green+Blue) = 68+80+34=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #445022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445022 is #BBAFDD. Grayscale: #474747. Windows color (decimal): -12300254 or 2248772. OLE color: 2248772.
HSL color Cylindrical-coordinate representation of color #445022: hue angle of 75.65º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445022 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 34 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.69 |
| HSL | 75.65º | 0.4% | 0.22% | - |
| HSV(B) | 75.65º | 0.58% | 0.31% | - |
| XYZ | 5.54 | 7.08 | 2.59 | - |
| YUV | 71.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 34 | 0.15 | 0 | 0.58 | 0.69 | 75.65 | 0.4 | 0.22 |
| Hex | 44 | 50 | 22 | F | 0 | 3A | 45 | 4C | 28 | 16 |
| Octal | 104 | 120 | 42 | 17 | 0 | 72 | 105 | 114 | 50 | 26 |
| Binary | 1000100 | 1010000 | 100010 | 1111 | 0 | 111010 | 1000101 | 1001100 | 101000 | 10110 |
Color Harmonies of #445022
Complementary color
Monochromatic Colors of #445022
Black with #445022
Text Example
Text Example
White with #445022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445022; }
p { color: rgb(68,80,34); }
H1.HeaderClassName
{
color: #445022;
}
.AnyTagClassName
{
color: #445022;
}
</style>
background-color css
<style>
a { background-color: #445022; }
a { background-color: rgb(68,80,34); }
div.DivClassName
{
background-color: #445022;
}
.BgClassName
{
background-color: #445022;
}
</style>
border-color css
<style>
span { border-color: #445022; }
span { border-color: rgb(68,80,34); }
td.TdClassName
{
border-color: #445022;
}
.TagClassName
{
border-color: #445022;
}
</style>