Shades of Bronzetone #434922
Tints of Bronzetone #434922
RGB
CMYK
RGB Variations
Color information
#434922 (or 0x434922) is known color: Bronzetone. HEX triplet: 43, 49 and 22. RGB value is (67,73,34). Sum of RGB (Red+Green+Blue) = 67+73+34=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #434922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434922 is #BCB6DD. Grayscale: #424242. Windows color (decimal): -12367582 or 2246979. OLE color: 2246979.
HSL color Cylindrical-coordinate representation of color #434922: hue angle of 69.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #434922 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 34 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.71 |
| HSL | 69.23º | 0.36% | 0.21% | - |
| HSV(B) | 69.23º | 0.53% | 0.29% | - |
| XYZ | 4.99 | 6.07 | 2.42 | - |
| YUV | 66.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 34 | 0.08 | 0 | 0.53 | 0.71 | 69.23 | 0.36 | 0.21 |
| Hex | 43 | 49 | 22 | 8 | 0 | 35 | 47 | 45 | 24 | 15 |
| Octal | 103 | 111 | 42 | 10 | 0 | 65 | 107 | 105 | 44 | 25 |
| Binary | 1000011 | 1001001 | 100010 | 1000 | 0 | 110101 | 1000111 | 1000101 | 100100 | 10101 |
Color Harmonies of #434922
Complementary color
Monochromatic Colors of #434922
Black with #434922
Text Example
Text Example
White with #434922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434922; }
p { color: rgb(67,73,34); }
H1.HeaderClassName
{
color: #434922;
}
.AnyTagClassName
{
color: #434922;
}
</style>
background-color css
<style>
a { background-color: #434922; }
a { background-color: rgb(67,73,34); }
div.DivClassName
{
background-color: #434922;
}
.BgClassName
{
background-color: #434922;
}
</style>
border-color css
<style>
span { border-color: #434922; }
span { border-color: rgb(67,73,34); }
td.TdClassName
{
border-color: #434922;
}
.TagClassName
{
border-color: #434922;
}
</style>