Shades of Bronzetone #434E2A
Tints of Bronzetone #434E2A
RGB
CMYK
RGB Variations
Color information
#434E2A (or 0x434E2A) is known color: Bronzetone. HEX triplet: 43, 4E and 2A. RGB value is (67,78,42). Sum of RGB (Red+Green+Blue) = 67+78+42=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #434E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E2A is #BCB1D5. Grayscale: #464646. Windows color (decimal): -12366294 or 2772547. OLE color: 2772547.
HSL color Cylindrical-coordinate representation of color #434E2A: hue angle of 78.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434E2A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 78 | 42 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.69 |
| HSL | 78.33º | 0.3% | 0.24% | - |
| HSV(B) | 78.33º | 0.46% | 0.31% | - |
| XYZ | 5.46 | 6.81 | 3.22 | - |
| YUV | 70.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 42 | 0.14 | 0 | 0.46 | 0.69 | 78.33 | 0.3 | 0.24 |
| Hex | 43 | 4E | 2A | E | 0 | 2E | 45 | 4E | 1E | 18 |
| Octal | 103 | 116 | 52 | 16 | 0 | 56 | 105 | 116 | 36 | 30 |
| Binary | 1000011 | 1001110 | 101010 | 1110 | 0 | 101110 | 1000101 | 1001110 | 11110 | 11000 |
Color Harmonies of #434E2A
Complementary color
Monochromatic Colors of #434E2A
Black with #434E2A
Text Example
Text Example
White with #434E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E2A; }
p { color: rgb(67,78,42); }
H1.HeaderClassName
{
color: #434E2A;
}
.AnyTagClassName
{
color: #434E2A;
}
</style>
background-color css
<style>
a { background-color: #434E2A; }
a { background-color: rgb(67,78,42); }
div.DivClassName
{
background-color: #434E2A;
}
.BgClassName
{
background-color: #434E2A;
}
</style>
border-color css
<style>
span { border-color: #434E2A; }
span { border-color: rgb(67,78,42); }
td.TdClassName
{
border-color: #434E2A;
}
.TagClassName
{
border-color: #434E2A;
}
</style>