Shades of Bronzetone #434921
Tints of Bronzetone #434921
RGB
CMYK
RGB Variations
Color information
#434921 (or 0x434921) is known color: Bronzetone. HEX triplet: 43, 49 and 21. RGB value is (67,73,33). Sum of RGB (Red+Green+Blue) = 67+73+33=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #434921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434921 is #BCB6DE. Grayscale: #424242. Windows color (decimal): -12367583 or 2181443. OLE color: 2181443.
HSL color Cylindrical-coordinate representation of color #434921: hue angle of 69º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434921 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 33 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.71 |
| HSL | 69º | 0.38% | 0.21% | - |
| HSV(B) | 69º | 0.55% | 0.29% | - |
| XYZ | 4.97 | 6.07 | 2.35 | - |
| YUV | 66.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 33 | 0.08 | 0 | 0.55 | 0.71 | 69 | 0.38 | 0.21 |
| Hex | 43 | 49 | 21 | 8 | 0 | 37 | 47 | 45 | 26 | 15 |
| Octal | 103 | 111 | 41 | 10 | 0 | 67 | 107 | 105 | 46 | 25 |
| Binary | 1000011 | 1001001 | 100001 | 1000 | 0 | 110111 | 1000111 | 1000101 | 100110 | 10101 |
Color Harmonies of #434921
Complementary color
Monochromatic Colors of #434921
Black with #434921
Text Example
Text Example
White with #434921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434921; }
p { color: rgb(67,73,33); }
H1.HeaderClassName
{
color: #434921;
}
.AnyTagClassName
{
color: #434921;
}
</style>
background-color css
<style>
a { background-color: #434921; }
a { background-color: rgb(67,73,33); }
div.DivClassName
{
background-color: #434921;
}
.BgClassName
{
background-color: #434921;
}
</style>
border-color css
<style>
span { border-color: #434921; }
span { border-color: rgb(67,73,33); }
td.TdClassName
{
border-color: #434921;
}
.TagClassName
{
border-color: #434921;
}
</style>