Shades of Bronzetone #445325
Tints of Bronzetone #445325
RGB
CMYK
RGB Variations
Color information
#445325 (or 0x445325) is known color: Bronzetone. HEX triplet: 44, 53 and 25. RGB value is (68,83,37). Sum of RGB (Red+Green+Blue) = 68+83+37=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #445325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445325 is #BBACDA. Grayscale: #494949. Windows color (decimal): -12299483 or 2446148. OLE color: 2446148.
HSL color Cylindrical-coordinate representation of color #445325: hue angle of 79.57º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445325 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 37 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.67 |
| HSL | 79.57º | 0.38% | 0.24% | - |
| HSV(B) | 79.57º | 0.55% | 0.33% | - |
| XYZ | 5.81 | 7.55 | 2.9 | - |
| YUV | 73.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 37 | 0.18 | 0 | 0.55 | 0.67 | 79.57 | 0.38 | 0.24 |
| Hex | 44 | 53 | 25 | 12 | 0 | 37 | 43 | 50 | 26 | 18 |
| Octal | 104 | 123 | 45 | 22 | 0 | 67 | 103 | 120 | 46 | 30 |
| Binary | 1000100 | 1010011 | 100101 | 10010 | 0 | 110111 | 1000011 | 1010000 | 100110 | 11000 |
Color Harmonies of #445325
Complementary color
Monochromatic Colors of #445325
Black with #445325
Text Example
Text Example
White with #445325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445325; }
p { color: rgb(68,83,37); }
H1.HeaderClassName
{
color: #445325;
}
.AnyTagClassName
{
color: #445325;
}
</style>
background-color css
<style>
a { background-color: #445325; }
a { background-color: rgb(68,83,37); }
div.DivClassName
{
background-color: #445325;
}
.BgClassName
{
background-color: #445325;
}
</style>
border-color css
<style>
span { border-color: #445325; }
span { border-color: rgb(68,83,37); }
td.TdClassName
{
border-color: #445325;
}
.TagClassName
{
border-color: #445325;
}
</style>