Shades of Bronzetone #444A23
Tints of Bronzetone #444A23
RGB
CMYK
RGB Variations
Color information
#444A23 (or 0x444A23) is known color: Bronzetone. HEX triplet: 44, 4A and 23. RGB value is (68,74,35). Sum of RGB (Red+Green+Blue) = 68+74+35=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #444A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A23 is #BBB5DC. Grayscale: #434343. Windows color (decimal): -12301789 or 2312772. OLE color: 2312772.
HSL color Cylindrical-coordinate representation of color #444A23: hue angle of 69.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444A23 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 35 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.71 |
| HSL | 69.23º | 0.36% | 0.21% | - |
| HSV(B) | 69.23º | 0.53% | 0.29% | - |
| XYZ | 5.14 | 6.25 | 2.53 | - |
| YUV | 67.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 35 | 0.08 | 0 | 0.53 | 0.71 | 69.23 | 0.36 | 0.21 |
| Hex | 44 | 4A | 23 | 8 | 0 | 35 | 47 | 45 | 24 | 15 |
| Octal | 104 | 112 | 43 | 10 | 0 | 65 | 107 | 105 | 44 | 25 |
| Binary | 1000100 | 1001010 | 100011 | 1000 | 0 | 110101 | 1000111 | 1000101 | 100100 | 10101 |
Color Harmonies of #444A23
Complementary color
Monochromatic Colors of #444A23
Black with #444A23
Text Example
Text Example
White with #444A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A23; }
p { color: rgb(68,74,35); }
H1.HeaderClassName
{
color: #444A23;
}
.AnyTagClassName
{
color: #444A23;
}
</style>
background-color css
<style>
a { background-color: #444A23; }
a { background-color: rgb(68,74,35); }
div.DivClassName
{
background-color: #444A23;
}
.BgClassName
{
background-color: #444A23;
}
</style>
border-color css
<style>
span { border-color: #444A23; }
span { border-color: rgb(68,74,35); }
td.TdClassName
{
border-color: #444A23;
}
.TagClassName
{
border-color: #444A23;
}
</style>