Shades of Bronzetone #444A34
Tints of Bronzetone #444A34
RGB
CMYK
RGB Variations
Color information
#444A34 (or 0x444A34) is known color: Bronzetone. HEX triplet: 44, 4A and 34. RGB value is (68,74,52). Sum of RGB (Red+Green+Blue) = 68+74+52=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #444A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A34 is #BBB5CB. Grayscale: #454545. Windows color (decimal): -12301772 or 3426884. OLE color: 3426884.
HSL color Cylindrical-coordinate representation of color #444A34: hue angle of 76.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #444A34 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 52 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.71 |
| HSL | 76.36º | 0.17% | 0.25% | - |
| HSV(B) | 76.36º | 0.3% | 0.29% | - |
| XYZ | 5.45 | 6.37 | 4.19 | - |
| YUV | 69.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 52 | 0.08 | 0 | 0.30 | 0.71 | 76.36 | 0.17 | 0.25 |
| Hex | 44 | 4A | 34 | 8 | 0 | 1E | 47 | 4C | 11 | 19 |
| Octal | 104 | 112 | 64 | 10 | 0 | 36 | 107 | 114 | 21 | 31 |
| Binary | 1000100 | 1001010 | 110100 | 1000 | 0 | 11110 | 1000111 | 1001100 | 10001 | 11001 |
Color Harmonies of #444A34
Complementary color
Monochromatic Colors of #444A34
Black with #444A34
Text Example
Text Example
White with #444A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A34; }
p { color: rgb(68,74,52); }
H1.HeaderClassName
{
color: #444A34;
}
.AnyTagClassName
{
color: #444A34;
}
</style>
background-color css
<style>
a { background-color: #444A34; }
a { background-color: rgb(68,74,52); }
div.DivClassName
{
background-color: #444A34;
}
.BgClassName
{
background-color: #444A34;
}
</style>
border-color css
<style>
span { border-color: #444A34; }
span { border-color: rgb(68,74,52); }
td.TdClassName
{
border-color: #444A34;
}
.TagClassName
{
border-color: #444A34;
}
</style>