Shades of Bronzetone #424F2A
Tints of Bronzetone #424F2A
RGB
CMYK
RGB Variations
Color information
#424F2A (or 0x424F2A) is known color: Bronzetone. HEX triplet: 42, 4F and 2A. RGB value is (66,79,42). Sum of RGB (Red+Green+Blue) = 66+79+42=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #424F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F2A is #BDB0D5. Grayscale: #474747. Windows color (decimal): -12431574 or 2772802. OLE color: 2772802.
HSL color Cylindrical-coordinate representation of color #424F2A: hue angle of 81.08º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #424F2A is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 79 | 42 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.69 |
| HSL | 81.08º | 0.31% | 0.24% | - |
| HSV(B) | 81.08º | 0.47% | 0.31% | - |
| XYZ | 5.46 | 6.92 | 3.24 | - |
| YUV | 70.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 42 | 0.16 | 0 | 0.47 | 0.69 | 81.08 | 0.31 | 0.24 |
| Hex | 42 | 4F | 2A | 10 | 0 | 2F | 45 | 51 | 1F | 18 |
| Octal | 102 | 117 | 52 | 20 | 0 | 57 | 105 | 121 | 37 | 30 |
| Binary | 1000010 | 1001111 | 101010 | 10000 | 0 | 101111 | 1000101 | 1010001 | 11111 | 11000 |
Color Harmonies of #424F2A
Complementary color
Monochromatic Colors of #424F2A
Black with #424F2A
Text Example
Text Example
White with #424F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F2A; }
p { color: rgb(66,79,42); }
H1.HeaderClassName
{
color: #424F2A;
}
.AnyTagClassName
{
color: #424F2A;
}
</style>
background-color css
<style>
a { background-color: #424F2A; }
a { background-color: rgb(66,79,42); }
div.DivClassName
{
background-color: #424F2A;
}
.BgClassName
{
background-color: #424F2A;
}
</style>
border-color css
<style>
span { border-color: #424F2A; }
span { border-color: rgb(66,79,42); }
td.TdClassName
{
border-color: #424F2A;
}
.TagClassName
{
border-color: #424F2A;
}
</style>