Shades of Bronzetone #434D21
Tints of Bronzetone #434D21
RGB
CMYK
RGB Variations
Color information
#434D21 (or 0x434D21) is known color: Bronzetone. HEX triplet: 43, 4D and 21. RGB value is (67,77,33). Sum of RGB (Red+Green+Blue) = 67+77+33=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #434D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D21 is #BCB2DE. Grayscale: #454545. Windows color (decimal): -12366559 or 2182467. OLE color: 2182467.
HSL color Cylindrical-coordinate representation of color #434D21: hue angle of 73.64º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #434D21 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 33 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.70 |
| HSL | 73.64º | 0.4% | 0.22% | - |
| HSV(B) | 73.64º | 0.57% | 0.3% | - |
| XYZ | 5.24 | 6.61 | 2.44 | - |
| YUV | 68.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 33 | 0.13 | 0 | 0.57 | 0.70 | 73.64 | 0.4 | 0.22 |
| Hex | 43 | 4D | 21 | D | 0 | 39 | 46 | 4A | 28 | 16 |
| Octal | 103 | 115 | 41 | 15 | 0 | 71 | 106 | 112 | 50 | 26 |
| Binary | 1000011 | 1001101 | 100001 | 1101 | 0 | 111001 | 1000110 | 1001010 | 101000 | 10110 |
Color Harmonies of #434D21
Complementary color
Monochromatic Colors of #434D21
Black with #434D21
Text Example
Text Example
White with #434D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D21; }
p { color: rgb(67,77,33); }
H1.HeaderClassName
{
color: #434D21;
}
.AnyTagClassName
{
color: #434D21;
}
</style>
background-color css
<style>
a { background-color: #434D21; }
a { background-color: rgb(67,77,33); }
div.DivClassName
{
background-color: #434D21;
}
.BgClassName
{
background-color: #434D21;
}
</style>
border-color css
<style>
span { border-color: #434D21; }
span { border-color: rgb(67,77,33); }
td.TdClassName
{
border-color: #434D21;
}
.TagClassName
{
border-color: #434D21;
}
</style>