Shades of Bronzetone #444B21
Tints of Bronzetone #444B21
RGB
CMYK
RGB Variations
Color information
#444B21 (or 0x444B21) is known color: Bronzetone. HEX triplet: 44, 4B and 21. RGB value is (68,75,33). Sum of RGB (Red+Green+Blue) = 68+75+33=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #444B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B21 is #BBB4DE. Grayscale: #444444. Windows color (decimal): -12301535 or 2181956. OLE color: 2181956.
HSL color Cylindrical-coordinate representation of color #444B21: hue angle of 70º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444B21 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 33 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.71 |
| HSL | 70º | 0.39% | 0.21% | - |
| HSV(B) | 70º | 0.56% | 0.29% | - |
| XYZ | 5.17 | 6.37 | 2.4 | - |
| YUV | 68.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 33 | 0.09 | 0 | 0.56 | 0.71 | 70 | 0.39 | 0.21 |
| Hex | 44 | 4B | 21 | 9 | 0 | 38 | 47 | 46 | 27 | 15 |
| Octal | 104 | 113 | 41 | 11 | 0 | 70 | 107 | 106 | 47 | 25 |
| Binary | 1000100 | 1001011 | 100001 | 1001 | 0 | 111000 | 1000111 | 1000110 | 100111 | 10101 |
Color Harmonies of #444B21
Complementary color
Monochromatic Colors of #444B21
Black with #444B21
Text Example
Text Example
White with #444B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B21; }
p { color: rgb(68,75,33); }
H1.HeaderClassName
{
color: #444B21;
}
.AnyTagClassName
{
color: #444B21;
}
</style>
background-color css
<style>
a { background-color: #444B21; }
a { background-color: rgb(68,75,33); }
div.DivClassName
{
background-color: #444B21;
}
.BgClassName
{
background-color: #444B21;
}
</style>
border-color css
<style>
span { border-color: #444B21; }
span { border-color: rgb(68,75,33); }
td.TdClassName
{
border-color: #444B21;
}
.TagClassName
{
border-color: #444B21;
}
</style>