Shades of Bronzetone #424930
Tints of Bronzetone #424930
RGB
CMYK
RGB Variations
Color information
#424930 (or 0x424930) is known color: Bronzetone. HEX triplet: 42, 49 and 30. RGB value is (66,73,48). Sum of RGB (Red+Green+Blue) = 66+73+48=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #424930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424930 is #BDB6CF. Grayscale: #444444. Windows color (decimal): -12433104 or 3164482. OLE color: 3164482.
HSL color Cylindrical-coordinate representation of color #424930: hue angle of 76.8º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #424930 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 48 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.71 |
| HSL | 76.8º | 0.21% | 0.24% | - |
| HSV(B) | 76.8º | 0.34% | 0.29% | - |
| XYZ | 5.16 | 6.14 | 3.71 | - |
| YUV | 68.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 48 | 0.10 | 0 | 0.34 | 0.71 | 76.8 | 0.21 | 0.24 |
| Hex | 42 | 49 | 30 | A | 0 | 22 | 47 | 4D | 15 | 18 |
| Octal | 102 | 111 | 60 | 12 | 0 | 42 | 107 | 115 | 25 | 30 |
| Binary | 1000010 | 1001001 | 110000 | 1010 | 0 | 100010 | 1000111 | 1001101 | 10101 | 11000 |
Color Harmonies of #424930
Complementary color
Monochromatic Colors of #424930
Black with #424930
Text Example
Text Example
White with #424930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424930; }
p { color: rgb(66,73,48); }
H1.HeaderClassName
{
color: #424930;
}
.AnyTagClassName
{
color: #424930;
}
</style>
background-color css
<style>
a { background-color: #424930; }
a { background-color: rgb(66,73,48); }
div.DivClassName
{
background-color: #424930;
}
.BgClassName
{
background-color: #424930;
}
</style>
border-color css
<style>
span { border-color: #424930; }
span { border-color: rgb(66,73,48); }
td.TdClassName
{
border-color: #424930;
}
.TagClassName
{
border-color: #424930;
}
</style>