Shades of Bronzetone #444B2C
Tints of Bronzetone #444B2C
RGB
CMYK
RGB Variations
Color information
#444B2C (or 0x444B2C) is known color: Bronzetone. HEX triplet: 44, 4B and 2C. RGB value is (68,75,44). Sum of RGB (Red+Green+Blue) = 68+75+44=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #444B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B2C is #BBB4D3. Grayscale: #454545. Windows color (decimal): -12301524 or 2902852. OLE color: 2902852.
HSL color Cylindrical-coordinate representation of color #444B2C: hue angle of 73.55º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444B2C is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 44 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.71 |
| HSL | 73.55º | 0.26% | 0.23% | - |
| HSV(B) | 73.55º | 0.41% | 0.29% | - |
| XYZ | 5.35 | 6.44 | 3.34 | - |
| YUV | 69.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 44 | 0.09 | 0 | 0.41 | 0.71 | 73.55 | 0.26 | 0.23 |
| Hex | 44 | 4B | 2C | 9 | 0 | 29 | 47 | 4A | 1A | 17 |
| Octal | 104 | 113 | 54 | 11 | 0 | 51 | 107 | 112 | 32 | 27 |
| Binary | 1000100 | 1001011 | 101100 | 1001 | 0 | 101001 | 1000111 | 1001010 | 11010 | 10111 |
Color Harmonies of #444B2C
Complementary color
Monochromatic Colors of #444B2C
Black with #444B2C
Text Example
Text Example
White with #444B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B2C; }
p { color: rgb(68,75,44); }
H1.HeaderClassName
{
color: #444B2C;
}
.AnyTagClassName
{
color: #444B2C;
}
</style>
background-color css
<style>
a { background-color: #444B2C; }
a { background-color: rgb(68,75,44); }
div.DivClassName
{
background-color: #444B2C;
}
.BgClassName
{
background-color: #444B2C;
}
</style>
border-color css
<style>
span { border-color: #444B2C; }
span { border-color: rgb(68,75,44); }
td.TdClassName
{
border-color: #444B2C;
}
.TagClassName
{
border-color: #444B2C;
}
</style>