Shades of Bronzetone #44482E
Tints of Bronzetone #44482E
RGB
CMYK
RGB Variations
Color information
#44482E (or 0x44482E) is known color: Bronzetone. HEX triplet: 44, 48 and 2E. RGB value is (68,72,46). Sum of RGB (Red+Green+Blue) = 68+72+46=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #44482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44482E is #BBB7D1. Grayscale: #434343. Windows color (decimal): -12302290 or 3033156. OLE color: 3033156.
HSL color Cylindrical-coordinate representation of color #44482E: hue angle of 69.23º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44482E is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 46 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.72 |
| HSL | 69.23º | 0.22% | 0.23% | - |
| HSV(B) | 69.23º | 0.36% | 0.28% | - |
| XYZ | 5.19 | 6.06 | 3.48 | - |
| YUV | 67.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 46 | 0.06 | 0 | 0.36 | 0.72 | 69.23 | 0.22 | 0.23 |
| Hex | 44 | 48 | 2E | 6 | 0 | 24 | 48 | 45 | 16 | 17 |
| Octal | 104 | 110 | 56 | 6 | 0 | 44 | 110 | 105 | 26 | 27 |
| Binary | 1000100 | 1001000 | 101110 | 110 | 0 | 100100 | 1001000 | 1000101 | 10110 | 10111 |
Color Harmonies of #44482E
Complementary color
Monochromatic Colors of #44482E
Black with #44482E
Text Example
Text Example
White with #44482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44482E; }
p { color: rgb(68,72,46); }
H1.HeaderClassName
{
color: #44482E;
}
.AnyTagClassName
{
color: #44482E;
}
</style>
background-color css
<style>
a { background-color: #44482E; }
a { background-color: rgb(68,72,46); }
div.DivClassName
{
background-color: #44482E;
}
.BgClassName
{
background-color: #44482E;
}
</style>
border-color css
<style>
span { border-color: #44482E; }
span { border-color: rgb(68,72,46); }
td.TdClassName
{
border-color: #44482E;
}
.TagClassName
{
border-color: #44482E;
}
</style>