Shades of Bronzetone #434C27
Tints of Bronzetone #434C27
RGB
CMYK
RGB Variations
Color information
#434C27 (or 0x434C27) is known color: Bronzetone. HEX triplet: 43, 4C and 27. RGB value is (67,76,39). Sum of RGB (Red+Green+Blue) = 67+76+39=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #434C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C27 is #BCB3D8. Grayscale: #454545. Windows color (decimal): -12366809 or 2575427. OLE color: 2575427.
HSL color Cylindrical-coordinate representation of color #434C27: hue angle of 74.59º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434C27 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 39 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.70 |
| HSL | 74.59º | 0.32% | 0.23% | - |
| HSV(B) | 74.59º | 0.49% | 0.3% | - |
| XYZ | 5.27 | 6.51 | 2.9 | - |
| YUV | 69.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 39 | 0.12 | 0 | 0.49 | 0.70 | 74.59 | 0.32 | 0.23 |
| Hex | 43 | 4C | 27 | C | 0 | 31 | 46 | 4B | 20 | 17 |
| Octal | 103 | 114 | 47 | 14 | 0 | 61 | 106 | 113 | 40 | 27 |
| Binary | 1000011 | 1001100 | 100111 | 1100 | 0 | 110001 | 1000110 | 1001011 | 100000 | 10111 |
Color Harmonies of #434C27
Complementary color
Monochromatic Colors of #434C27
Black with #434C27
Text Example
Text Example
White with #434C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C27; }
p { color: rgb(67,76,39); }
H1.HeaderClassName
{
color: #434C27;
}
.AnyTagClassName
{
color: #434C27;
}
</style>
background-color css
<style>
a { background-color: #434C27; }
a { background-color: rgb(67,76,39); }
div.DivClassName
{
background-color: #434C27;
}
.BgClassName
{
background-color: #434C27;
}
</style>
border-color css
<style>
span { border-color: #434C27; }
span { border-color: rgb(67,76,39); }
td.TdClassName
{
border-color: #434C27;
}
.TagClassName
{
border-color: #434C27;
}
</style>