Shades of Bronzetone #424925
Tints of Bronzetone #424925
RGB
CMYK
RGB Variations
Color information
#424925 (or 0x424925) is known color: Bronzetone. HEX triplet: 42, 49 and 25. RGB value is (66,73,37). Sum of RGB (Red+Green+Blue) = 66+73+37=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #424925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424925 is #BDB6DA. Grayscale: #424242. Windows color (decimal): -12433115 or 2443586. OLE color: 2443586.
HSL color Cylindrical-coordinate representation of color #424925: hue angle of 71.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424925 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 37 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.71 |
| HSL | 71.67º | 0.33% | 0.22% | - |
| HSV(B) | 71.67º | 0.49% | 0.29% | - |
| XYZ | 4.96 | 6.06 | 2.66 | - |
| YUV | 66.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 37 | 0.10 | 0 | 0.49 | 0.71 | 71.67 | 0.33 | 0.22 |
| Hex | 42 | 49 | 25 | A | 0 | 31 | 47 | 48 | 21 | 16 |
| Octal | 102 | 111 | 45 | 12 | 0 | 61 | 107 | 110 | 41 | 26 |
| Binary | 1000010 | 1001001 | 100101 | 1010 | 0 | 110001 | 1000111 | 1001000 | 100001 | 10110 |
Color Harmonies of #424925
Complementary color
Monochromatic Colors of #424925
Black with #424925
Text Example
Text Example
White with #424925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424925; }
p { color: rgb(66,73,37); }
H1.HeaderClassName
{
color: #424925;
}
.AnyTagClassName
{
color: #424925;
}
</style>
background-color css
<style>
a { background-color: #424925; }
a { background-color: rgb(66,73,37); }
div.DivClassName
{
background-color: #424925;
}
.BgClassName
{
background-color: #424925;
}
</style>
border-color css
<style>
span { border-color: #424925; }
span { border-color: rgb(66,73,37); }
td.TdClassName
{
border-color: #424925;
}
.TagClassName
{
border-color: #424925;
}
</style>