Shades of Bronzetone #444F2D
Tints of Bronzetone #444F2D
RGB
CMYK
RGB Variations
Color information
#444F2D (or 0x444F2D) is known color: Bronzetone. HEX triplet: 44, 4F and 2D. RGB value is (68,79,45). Sum of RGB (Red+Green+Blue) = 68+79+45=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #444F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F2D is #BBB0D2. Grayscale: #474747. Windows color (decimal): -12300499 or 2969412. OLE color: 2969412.
HSL color Cylindrical-coordinate representation of color #444F2D: hue angle of 79.41º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #444F2D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 45 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.69 |
| HSL | 79.41º | 0.27% | 0.24% | - |
| HSV(B) | 79.41º | 0.43% | 0.31% | - |
| XYZ | 5.65 | 7.01 | 3.54 | - |
| YUV | 71.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 45 | 0.14 | 0 | 0.43 | 0.69 | 79.41 | 0.27 | 0.24 |
| Hex | 44 | 4F | 2D | E | 0 | 2B | 45 | 4F | 1B | 18 |
| Octal | 104 | 117 | 55 | 16 | 0 | 53 | 105 | 117 | 33 | 30 |
| Binary | 1000100 | 1001111 | 101101 | 1110 | 0 | 101011 | 1000101 | 1001111 | 11011 | 11000 |
Color Harmonies of #444F2D
Complementary color
Monochromatic Colors of #444F2D
Black with #444F2D
Text Example
Text Example
White with #444F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F2D; }
p { color: rgb(68,79,45); }
H1.HeaderClassName
{
color: #444F2D;
}
.AnyTagClassName
{
color: #444F2D;
}
</style>
background-color css
<style>
a { background-color: #444F2D; }
a { background-color: rgb(68,79,45); }
div.DivClassName
{
background-color: #444F2D;
}
.BgClassName
{
background-color: #444F2D;
}
</style>
border-color css
<style>
span { border-color: #444F2D; }
span { border-color: rgb(68,79,45); }
td.TdClassName
{
border-color: #444F2D;
}
.TagClassName
{
border-color: #444F2D;
}
</style>