Shades of Bronzetone #424821
Tints of Bronzetone #424821
RGB
CMYK
RGB Variations
Color information
#424821 (or 0x424821) is known color: Bronzetone. HEX triplet: 42, 48 and 21. RGB value is (66,72,33). Sum of RGB (Red+Green+Blue) = 66+72+33=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #424821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424821 is #BDB7DE. Grayscale: #414141. Windows color (decimal): -12433375 or 2181186. OLE color: 2181186.
HSL color Cylindrical-coordinate representation of color #424821: hue angle of 69.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424821 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 72 | 33 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.72 |
| HSL | 69.23º | 0.37% | 0.21% | - |
| HSV(B) | 69.23º | 0.54% | 0.28% | - |
| XYZ | 4.84 | 5.9 | 2.32 | - |
| YUV | 65.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 33 | 0.08 | 0 | 0.54 | 0.72 | 69.23 | 0.37 | 0.21 |
| Hex | 42 | 48 | 21 | 8 | 0 | 36 | 48 | 45 | 25 | 15 |
| Octal | 102 | 110 | 41 | 10 | 0 | 66 | 110 | 105 | 45 | 25 |
| Binary | 1000010 | 1001000 | 100001 | 1000 | 0 | 110110 | 1001000 | 1000101 | 100101 | 10101 |
Color Harmonies of #424821
Complementary color
Monochromatic Colors of #424821
Black with #424821
Text Example
Text Example
White with #424821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424821; }
p { color: rgb(66,72,33); }
H1.HeaderClassName
{
color: #424821;
}
.AnyTagClassName
{
color: #424821;
}
</style>
background-color css
<style>
a { background-color: #424821; }
a { background-color: rgb(66,72,33); }
div.DivClassName
{
background-color: #424821;
}
.BgClassName
{
background-color: #424821;
}
</style>
border-color css
<style>
span { border-color: #424821; }
span { border-color: rgb(66,72,33); }
td.TdClassName
{
border-color: #424821;
}
.TagClassName
{
border-color: #424821;
}
</style>