Shades of Bronzetone #424934
Tints of Bronzetone #424934
RGB
CMYK
RGB Variations
Color information
#424934 (or 0x424934) is known color: Bronzetone. HEX triplet: 42, 49 and 34. RGB value is (66,73,52). Sum of RGB (Red+Green+Blue) = 66+73+52=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #424934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424934 is #BDB6CB. Grayscale: #444444. Windows color (decimal): -12433100 or 3426626. OLE color: 3426626.
HSL color Cylindrical-coordinate representation of color #424934: hue angle of 80º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424934 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 52 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.71 |
| HSL | 80º | 0.17% | 0.25% | - |
| HSV(B) | 80º | 0.29% | 0.29% | - |
| XYZ | 5.25 | 6.17 | 4.16 | - |
| YUV | 68.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 52 | 0.10 | 0 | 0.29 | 0.71 | 80 | 0.17 | 0.25 |
| Hex | 42 | 49 | 34 | A | 0 | 1D | 47 | 50 | 11 | 19 |
| Octal | 102 | 111 | 64 | 12 | 0 | 35 | 107 | 120 | 21 | 31 |
| Binary | 1000010 | 1001001 | 110100 | 1010 | 0 | 11101 | 1000111 | 1010000 | 10001 | 11001 |
Color Harmonies of #424934
Complementary color
Monochromatic Colors of #424934
Black with #424934
Text Example
Text Example
White with #424934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424934; }
p { color: rgb(66,73,52); }
H1.HeaderClassName
{
color: #424934;
}
.AnyTagClassName
{
color: #424934;
}
</style>
background-color css
<style>
a { background-color: #424934; }
a { background-color: rgb(66,73,52); }
div.DivClassName
{
background-color: #424934;
}
.BgClassName
{
background-color: #424934;
}
</style>
border-color css
<style>
span { border-color: #424934; }
span { border-color: rgb(66,73,52); }
td.TdClassName
{
border-color: #424934;
}
.TagClassName
{
border-color: #424934;
}
</style>