Shades of Bronzetone #444C32
Tints of Bronzetone #444C32
RGB
CMYK
RGB Variations
Color information
#444C32 (or 0x444C32) is known color: Bronzetone. HEX triplet: 44, 4C and 32. RGB value is (68,76,50). Sum of RGB (Red+Green+Blue) = 68+76+50=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #444C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C32 is #BBB3CD. Grayscale: #464646. Windows color (decimal): -12301262 or 3296324. OLE color: 3296324.
HSL color Cylindrical-coordinate representation of color #444C32: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #444C32 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 50 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.70 |
| HSL | 78.46º | 0.21% | 0.25% | - |
| HSV(B) | 78.46º | 0.34% | 0.3% | - |
| XYZ | 5.54 | 6.63 | 4 | - |
| YUV | 70.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 50 | 0.11 | 0 | 0.34 | 0.70 | 78.46 | 0.21 | 0.25 |
| Hex | 44 | 4C | 32 | B | 0 | 22 | 46 | 4E | 15 | 19 |
| Octal | 104 | 114 | 62 | 13 | 0 | 42 | 106 | 116 | 25 | 31 |
| Binary | 1000100 | 1001100 | 110010 | 1011 | 0 | 100010 | 1000110 | 1001110 | 10101 | 11001 |
Color Harmonies of #444C32
Complementary color
Monochromatic Colors of #444C32
Black with #444C32
Text Example
Text Example
White with #444C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C32; }
p { color: rgb(68,76,50); }
H1.HeaderClassName
{
color: #444C32;
}
.AnyTagClassName
{
color: #444C32;
}
</style>
background-color css
<style>
a { background-color: #444C32; }
a { background-color: rgb(68,76,50); }
div.DivClassName
{
background-color: #444C32;
}
.BgClassName
{
background-color: #444C32;
}
</style>
border-color css
<style>
span { border-color: #444C32; }
span { border-color: rgb(68,76,50); }
td.TdClassName
{
border-color: #444C32;
}
.TagClassName
{
border-color: #444C32;
}
</style>