Shades of Bronzetone #434920
Tints of Bronzetone #434920
RGB
CMYK
RGB Variations
Color information
#434920 (or 0x434920) is known color: Bronzetone. HEX triplet: 43, 49 and 20. RGB value is (67,73,32). Sum of RGB (Red+Green+Blue) = 67+73+32=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #434920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434920 is #BCB6DF. Grayscale: #424242. Windows color (decimal): -12367584 or 2115907. OLE color: 2115907.
HSL color Cylindrical-coordinate representation of color #434920: hue angle of 68.78º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434920 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 32 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.71 |
| HSL | 68.78º | 0.39% | 0.21% | - |
| HSV(B) | 68.78º | 0.56% | 0.29% | - |
| XYZ | 4.96 | 6.06 | 2.28 | - |
| YUV | 66.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 32 | 0.08 | 0 | 0.56 | 0.71 | 68.78 | 0.39 | 0.21 |
| Hex | 43 | 49 | 20 | 8 | 0 | 38 | 47 | 45 | 27 | 15 |
| Octal | 103 | 111 | 40 | 10 | 0 | 70 | 107 | 105 | 47 | 25 |
| Binary | 1000011 | 1001001 | 100000 | 1000 | 0 | 111000 | 1000111 | 1000101 | 100111 | 10101 |
Color Harmonies of #434920
Complementary color
Monochromatic Colors of #434920
Black with #434920
Text Example
Text Example
White with #434920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434920; }
p { color: rgb(67,73,32); }
H1.HeaderClassName
{
color: #434920;
}
.AnyTagClassName
{
color: #434920;
}
</style>
background-color css
<style>
a { background-color: #434920; }
a { background-color: rgb(67,73,32); }
div.DivClassName
{
background-color: #434920;
}
.BgClassName
{
background-color: #434920;
}
</style>
border-color css
<style>
span { border-color: #434920; }
span { border-color: rgb(67,73,32); }
td.TdClassName
{
border-color: #434920;
}
.TagClassName
{
border-color: #434920;
}
</style>