Shades of Bronzetone #444C27
Tints of Bronzetone #444C27
RGB
CMYK
RGB Variations
Color information
#444C27 (or 0x444C27) is known color: Bronzetone. HEX triplet: 44, 4C and 27. RGB value is (68,76,39). Sum of RGB (Red+Green+Blue) = 68+76+39=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #444C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C27 is #BBB3D8. Grayscale: #454545. Windows color (decimal): -12301273 or 2575428. OLE color: 2575428.
HSL color Cylindrical-coordinate representation of color #444C27: hue angle of 72.97º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444C27 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 39 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.70 |
| HSL | 72.97º | 0.32% | 0.23% | - |
| HSV(B) | 72.97º | 0.49% | 0.3% | - |
| XYZ | 5.33 | 6.54 | 2.9 | - |
| YUV | 69.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 39 | 0.11 | 0 | 0.49 | 0.70 | 72.97 | 0.32 | 0.23 |
| Hex | 44 | 4C | 27 | B | 0 | 31 | 46 | 49 | 20 | 17 |
| Octal | 104 | 114 | 47 | 13 | 0 | 61 | 106 | 111 | 40 | 27 |
| Binary | 1000100 | 1001100 | 100111 | 1011 | 0 | 110001 | 1000110 | 1001001 | 100000 | 10111 |
Color Harmonies of #444C27
Complementary color
Monochromatic Colors of #444C27
Black with #444C27
Text Example
Text Example
White with #444C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C27; }
p { color: rgb(68,76,39); }
H1.HeaderClassName
{
color: #444C27;
}
.AnyTagClassName
{
color: #444C27;
}
</style>
background-color css
<style>
a { background-color: #444C27; }
a { background-color: rgb(68,76,39); }
div.DivClassName
{
background-color: #444C27;
}
.BgClassName
{
background-color: #444C27;
}
</style>
border-color css
<style>
span { border-color: #444C27; }
span { border-color: rgb(68,76,39); }
td.TdClassName
{
border-color: #444C27;
}
.TagClassName
{
border-color: #444C27;
}
</style>