Shades of Bronzetone #434930
Tints of Bronzetone #434930
RGB
CMYK
RGB Variations
Color information
#434930 (or 0x434930) is known color: Bronzetone. HEX triplet: 43, 49 and 30. RGB value is (67,73,48). Sum of RGB (Red+Green+Blue) = 67+73+48=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #434930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434930 is #BCB6CF. Grayscale: #444444. Windows color (decimal): -12367568 or 3164483. OLE color: 3164483.
HSL color Cylindrical-coordinate representation of color #434930: hue angle of 74.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #434930 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 48 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.71 |
| HSL | 74.4º | 0.21% | 0.24% | - |
| HSV(B) | 74.4º | 0.34% | 0.29% | - |
| XYZ | 5.23 | 6.17 | 3.71 | - |
| YUV | 68.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 48 | 0.08 | 0 | 0.34 | 0.71 | 74.4 | 0.21 | 0.24 |
| Hex | 43 | 49 | 30 | 8 | 0 | 22 | 47 | 4A | 15 | 18 |
| Octal | 103 | 111 | 60 | 10 | 0 | 42 | 107 | 112 | 25 | 30 |
| Binary | 1000011 | 1001001 | 110000 | 1000 | 0 | 100010 | 1000111 | 1001010 | 10101 | 11000 |
Color Harmonies of #434930
Complementary color
Monochromatic Colors of #434930
Black with #434930
Text Example
Text Example
White with #434930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434930; }
p { color: rgb(67,73,48); }
H1.HeaderClassName
{
color: #434930;
}
.AnyTagClassName
{
color: #434930;
}
</style>
background-color css
<style>
a { background-color: #434930; }
a { background-color: rgb(67,73,48); }
div.DivClassName
{
background-color: #434930;
}
.BgClassName
{
background-color: #434930;
}
</style>
border-color css
<style>
span { border-color: #434930; }
span { border-color: rgb(67,73,48); }
td.TdClassName
{
border-color: #434930;
}
.TagClassName
{
border-color: #434930;
}
</style>