Shades of Bronzetone #424F28
Tints of Bronzetone #424F28
RGB
CMYK
RGB Variations
Color information
#424F28 (or 0x424F28) is known color: Bronzetone. HEX triplet: 42, 4F and 28. RGB value is (66,79,40). Sum of RGB (Red+Green+Blue) = 66+79+40=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #424F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F28 is #BDB0D7. Grayscale: #464646. Windows color (decimal): -12431576 or 2641730. OLE color: 2641730.
HSL color Cylindrical-coordinate representation of color #424F28: hue angle of 80º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424F28 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 40 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.69 |
| HSL | 80º | 0.33% | 0.23% | - |
| HSV(B) | 80º | 0.49% | 0.31% | - |
| XYZ | 5.43 | 6.9 | 3.05 | - |
| YUV | 70.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 40 | 0.16 | 0 | 0.49 | 0.69 | 80 | 0.33 | 0.23 |
| Hex | 42 | 4F | 28 | 10 | 0 | 31 | 45 | 50 | 21 | 17 |
| Octal | 102 | 117 | 50 | 20 | 0 | 61 | 105 | 120 | 41 | 27 |
| Binary | 1000010 | 1001111 | 101000 | 10000 | 0 | 110001 | 1000101 | 1010000 | 100001 | 10111 |
Color Harmonies of #424F28
Complementary color
Monochromatic Colors of #424F28
Black with #424F28
Text Example
Text Example
White with #424F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F28; }
p { color: rgb(66,79,40); }
H1.HeaderClassName
{
color: #424F28;
}
.AnyTagClassName
{
color: #424F28;
}
</style>
background-color css
<style>
a { background-color: #424F28; }
a { background-color: rgb(66,79,40); }
div.DivClassName
{
background-color: #424F28;
}
.BgClassName
{
background-color: #424F28;
}
</style>
border-color css
<style>
span { border-color: #424F28; }
span { border-color: rgb(66,79,40); }
td.TdClassName
{
border-color: #424F28;
}
.TagClassName
{
border-color: #424F28;
}
</style>