Shades of Bronzetone #434C2C
Tints of Bronzetone #434C2C
RGB
CMYK
RGB Variations
Color information
#434C2C (or 0x434C2C) is known color: Bronzetone. HEX triplet: 43, 4C and 2C. RGB value is (67,76,44). Sum of RGB (Red+Green+Blue) = 67+76+44=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #434C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C2C is #BCB3D3. Grayscale: #454545. Windows color (decimal): -12366804 or 2903107. OLE color: 2903107.
HSL color Cylindrical-coordinate representation of color #434C2C: hue angle of 76.88º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434C2C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 44 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.70 |
| HSL | 76.88º | 0.27% | 0.24% | - |
| HSV(B) | 76.88º | 0.42% | 0.3% | - |
| XYZ | 5.35 | 6.54 | 3.36 | - |
| YUV | 69.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 44 | 0.12 | 0 | 0.42 | 0.70 | 76.88 | 0.27 | 0.24 |
| Hex | 43 | 4C | 2C | C | 0 | 2A | 46 | 4D | 1B | 18 |
| Octal | 103 | 114 | 54 | 14 | 0 | 52 | 106 | 115 | 33 | 30 |
| Binary | 1000011 | 1001100 | 101100 | 1100 | 0 | 101010 | 1000110 | 1001101 | 11011 | 11000 |
Color Harmonies of #434C2C
Complementary color
Monochromatic Colors of #434C2C
Black with #434C2C
Text Example
Text Example
White with #434C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C2C; }
p { color: rgb(67,76,44); }
H1.HeaderClassName
{
color: #434C2C;
}
.AnyTagClassName
{
color: #434C2C;
}
</style>
background-color css
<style>
a { background-color: #434C2C; }
a { background-color: rgb(67,76,44); }
div.DivClassName
{
background-color: #434C2C;
}
.BgClassName
{
background-color: #434C2C;
}
</style>
border-color css
<style>
span { border-color: #434C2C; }
span { border-color: rgb(67,76,44); }
td.TdClassName
{
border-color: #434C2C;
}
.TagClassName
{
border-color: #434C2C;
}
</style>