Shades of Bronzetone #434C30
Tints of Bronzetone #434C30
RGB
CMYK
RGB Variations
Color information
#434C30 (or 0x434C30) is known color: Bronzetone. HEX triplet: 43, 4C and 30. RGB value is (67,76,48). Sum of RGB (Red+Green+Blue) = 67+76+48=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #434C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C30 is #BCB3CF. Grayscale: #464646. Windows color (decimal): -12366800 or 3165251. OLE color: 3165251.
HSL color Cylindrical-coordinate representation of color #434C30: hue angle of 79.29º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #434C30 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 48 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.70 |
| HSL | 79.29º | 0.23% | 0.24% | - |
| HSV(B) | 79.29º | 0.37% | 0.3% | - |
| XYZ | 5.43 | 6.58 | 3.78 | - |
| YUV | 70.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 48 | 0.12 | 0 | 0.37 | 0.70 | 79.29 | 0.23 | 0.24 |
| Hex | 43 | 4C | 30 | C | 0 | 25 | 46 | 4F | 17 | 18 |
| Octal | 103 | 114 | 60 | 14 | 0 | 45 | 106 | 117 | 27 | 30 |
| Binary | 1000011 | 1001100 | 110000 | 1100 | 0 | 100101 | 1000110 | 1001111 | 10111 | 11000 |
Color Harmonies of #434C30
Complementary color
Monochromatic Colors of #434C30
Black with #434C30
Text Example
Text Example
White with #434C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C30; }
p { color: rgb(67,76,48); }
H1.HeaderClassName
{
color: #434C30;
}
.AnyTagClassName
{
color: #434C30;
}
</style>
background-color css
<style>
a { background-color: #434C30; }
a { background-color: rgb(67,76,48); }
div.DivClassName
{
background-color: #434C30;
}
.BgClassName
{
background-color: #434C30;
}
</style>
border-color css
<style>
span { border-color: #434C30; }
span { border-color: rgb(67,76,48); }
td.TdClassName
{
border-color: #434C30;
}
.TagClassName
{
border-color: #434C30;
}
</style>