Shades of Bronzetone #424721
Tints of Bronzetone #424721
RGB
CMYK
RGB Variations
Color information
#424721 (or 0x424721) is known color: Bronzetone. HEX triplet: 42, 47 and 21. RGB value is (66,71,33). Sum of RGB (Red+Green+Blue) = 66+71+33=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #424721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424721 is #BDB8DE. Grayscale: #414141. Windows color (decimal): -12433631 or 2180930. OLE color: 2180930.
HSL color Cylindrical-coordinate representation of color #424721: hue angle of 67.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424721 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 33 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.72 |
| HSL | 67.89º | 0.37% | 0.2% | - |
| HSV(B) | 67.89º | 0.54% | 0.28% | - |
| XYZ | 4.77 | 5.77 | 2.3 | - |
| YUV | 65.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 33 | 0.07 | 0 | 0.54 | 0.72 | 67.89 | 0.37 | 0.2 |
| Hex | 42 | 47 | 21 | 7 | 0 | 36 | 48 | 44 | 25 | 14 |
| Octal | 102 | 107 | 41 | 7 | 0 | 66 | 110 | 104 | 45 | 24 |
| Binary | 1000010 | 1000111 | 100001 | 111 | 0 | 110110 | 1001000 | 1000100 | 100101 | 10100 |
Color Harmonies of #424721
Complementary color
Monochromatic Colors of #424721
Black with #424721
Text Example
Text Example
White with #424721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424721; }
p { color: rgb(66,71,33); }
H1.HeaderClassName
{
color: #424721;
}
.AnyTagClassName
{
color: #424721;
}
</style>
background-color css
<style>
a { background-color: #424721; }
a { background-color: rgb(66,71,33); }
div.DivClassName
{
background-color: #424721;
}
.BgClassName
{
background-color: #424721;
}
</style>
border-color css
<style>
span { border-color: #424721; }
span { border-color: rgb(66,71,33); }
td.TdClassName
{
border-color: #424721;
}
.TagClassName
{
border-color: #424721;
}
</style>