Shades of Bronzetone #434C25
Tints of Bronzetone #434C25
RGB
CMYK
RGB Variations
Color information
#434C25 (or 0x434C25) is known color: Bronzetone. HEX triplet: 43, 4C and 25. RGB value is (67,76,37). Sum of RGB (Red+Green+Blue) = 67+76+37=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #434C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C25 is #BCB3DA. Grayscale: #454545. Windows color (decimal): -12366811 or 2444355. OLE color: 2444355.
HSL color Cylindrical-coordinate representation of color #434C25: hue angle of 73.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #434C25 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 37 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.70 |
| HSL | 73.85º | 0.35% | 0.22% | - |
| HSV(B) | 73.85º | 0.51% | 0.3% | - |
| XYZ | 5.23 | 6.5 | 2.73 | - |
| YUV | 68.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 37 | 0.12 | 0 | 0.51 | 0.70 | 73.85 | 0.35 | 0.22 |
| Hex | 43 | 4C | 25 | C | 0 | 33 | 46 | 4A | 23 | 16 |
| Octal | 103 | 114 | 45 | 14 | 0 | 63 | 106 | 112 | 43 | 26 |
| Binary | 1000011 | 1001100 | 100101 | 1100 | 0 | 110011 | 1000110 | 1001010 | 100011 | 10110 |
Color Harmonies of #434C25
Complementary color
Monochromatic Colors of #434C25
Black with #434C25
Text Example
Text Example
White with #434C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C25; }
p { color: rgb(67,76,37); }
H1.HeaderClassName
{
color: #434C25;
}
.AnyTagClassName
{
color: #434C25;
}
</style>
background-color css
<style>
a { background-color: #434C25; }
a { background-color: rgb(67,76,37); }
div.DivClassName
{
background-color: #434C25;
}
.BgClassName
{
background-color: #434C25;
}
</style>
border-color css
<style>
span { border-color: #434C25; }
span { border-color: rgb(67,76,37); }
td.TdClassName
{
border-color: #434C25;
}
.TagClassName
{
border-color: #434C25;
}
</style>