Shades of Bronzetone #434C22
Tints of Bronzetone #434C22
RGB
CMYK
RGB Variations
Color information
#434C22 (or 0x434C22) is known color: Bronzetone. HEX triplet: 43, 4C and 22. RGB value is (67,76,34). Sum of RGB (Red+Green+Blue) = 67+76+34=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #434C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C22 is #BCB3DD. Grayscale: #444444. Windows color (decimal): -12366814 or 2247747. OLE color: 2247747.
HSL color Cylindrical-coordinate representation of color #434C22: hue angle of 72.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434C22 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 34 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.70 |
| HSL | 72.86º | 0.38% | 0.22% | - |
| HSV(B) | 72.86º | 0.55% | 0.3% | - |
| XYZ | 5.19 | 6.48 | 2.49 | - |
| YUV | 68.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 34 | 0.12 | 0 | 0.55 | 0.70 | 72.86 | 0.38 | 0.22 |
| Hex | 43 | 4C | 22 | C | 0 | 37 | 46 | 49 | 26 | 16 |
| Octal | 103 | 114 | 42 | 14 | 0 | 67 | 106 | 111 | 46 | 26 |
| Binary | 1000011 | 1001100 | 100010 | 1100 | 0 | 110111 | 1000110 | 1001001 | 100110 | 10110 |
Color Harmonies of #434C22
Complementary color
Monochromatic Colors of #434C22
Black with #434C22
Text Example
Text Example
White with #434C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C22; }
p { color: rgb(67,76,34); }
H1.HeaderClassName
{
color: #434C22;
}
.AnyTagClassName
{
color: #434C22;
}
</style>
background-color css
<style>
a { background-color: #434C22; }
a { background-color: rgb(67,76,34); }
div.DivClassName
{
background-color: #434C22;
}
.BgClassName
{
background-color: #434C22;
}
</style>
border-color css
<style>
span { border-color: #434C22; }
span { border-color: rgb(67,76,34); }
td.TdClassName
{
border-color: #434C22;
}
.TagClassName
{
border-color: #434C22;
}
</style>