Shades of Bronzetone #424521
Tints of Bronzetone #424521
RGB
CMYK
RGB Variations
Color information
#424521 (or 0x424521) is known color: Bronzetone. HEX triplet: 42, 45 and 21. RGB value is (66,69,33). Sum of RGB (Red+Green+Blue) = 66+69+33=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #424521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424521 is #BDBADE. Grayscale: #404040. Windows color (decimal): -12434143 or 2180418. OLE color: 2180418.
HSL color Cylindrical-coordinate representation of color #424521: hue angle of 65º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #424521 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 33 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.73 |
| HSL | 65º | 0.35% | 0.2% | - |
| HSV(B) | 65º | 0.52% | 0.27% | - |
| XYZ | 4.65 | 5.52 | 2.26 | - |
| YUV | 64 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 33 | 0.04 | 0 | 0.52 | 0.73 | 65 | 0.35 | 0.2 |
| Hex | 42 | 45 | 21 | 4 | 0 | 34 | 49 | 41 | 23 | 14 |
| Octal | 102 | 105 | 41 | 4 | 0 | 64 | 111 | 101 | 43 | 24 |
| Binary | 1000010 | 1000101 | 100001 | 100 | 0 | 110100 | 1001001 | 1000001 | 100011 | 10100 |
Color Harmonies of #424521
Complementary color
Monochromatic Colors of #424521
Black with #424521
Text Example
Text Example
White with #424521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424521; }
p { color: rgb(66,69,33); }
H1.HeaderClassName
{
color: #424521;
}
.AnyTagClassName
{
color: #424521;
}
</style>
background-color css
<style>
a { background-color: #424521; }
a { background-color: rgb(66,69,33); }
div.DivClassName
{
background-color: #424521;
}
.BgClassName
{
background-color: #424521;
}
</style>
border-color css
<style>
span { border-color: #424521; }
span { border-color: rgb(66,69,33); }
td.TdClassName
{
border-color: #424521;
}
.TagClassName
{
border-color: #424521;
}
</style>