Shades of Bronzetone #444E2D
Tints of Bronzetone #444E2D
RGB
CMYK
RGB Variations
Color information
#444E2D (or 0x444E2D) is known color: Bronzetone. HEX triplet: 44, 4E and 2D. RGB value is (68,78,45). Sum of RGB (Red+Green+Blue) = 68+78+45=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #444E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E2D is #BBB1D2. Grayscale: #474747. Windows color (decimal): -12300755 or 2969156. OLE color: 2969156.
HSL color Cylindrical-coordinate representation of color #444E2D: hue angle of 78.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444E2D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 45 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.69 |
| HSL | 78.18º | 0.27% | 0.24% | - |
| HSV(B) | 78.18º | 0.42% | 0.31% | - |
| XYZ | 5.58 | 6.87 | 3.51 | - |
| YUV | 71.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 45 | 0.13 | 0 | 0.42 | 0.69 | 78.18 | 0.27 | 0.24 |
| Hex | 44 | 4E | 2D | D | 0 | 2A | 45 | 4E | 1B | 18 |
| Octal | 104 | 116 | 55 | 15 | 0 | 52 | 105 | 116 | 33 | 30 |
| Binary | 1000100 | 1001110 | 101101 | 1101 | 0 | 101010 | 1000101 | 1001110 | 11011 | 11000 |
Color Harmonies of #444E2D
Complementary color
Monochromatic Colors of #444E2D
Black with #444E2D
Text Example
Text Example
White with #444E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E2D; }
p { color: rgb(68,78,45); }
H1.HeaderClassName
{
color: #444E2D;
}
.AnyTagClassName
{
color: #444E2D;
}
</style>
background-color css
<style>
a { background-color: #444E2D; }
a { background-color: rgb(68,78,45); }
div.DivClassName
{
background-color: #444E2D;
}
.BgClassName
{
background-color: #444E2D;
}
</style>
border-color css
<style>
span { border-color: #444E2D; }
span { border-color: rgb(68,78,45); }
td.TdClassName
{
border-color: #444E2D;
}
.TagClassName
{
border-color: #444E2D;
}
</style>