Shades of Bronzetone #434A28
Tints of Bronzetone #434A28
RGB
CMYK
RGB Variations
Color information
#434A28 (or 0x434A28) is known color: Bronzetone. HEX triplet: 43, 4A and 28. RGB value is (67,74,40). Sum of RGB (Red+Green+Blue) = 67+74+40=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #434A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A28 is #BCB5D7. Grayscale: #444444. Windows color (decimal): -12367320 or 2640451. OLE color: 2640451.
HSL color Cylindrical-coordinate representation of color #434A28: hue angle of 72.35º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434A28 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 74 | 40 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.71 |
| HSL | 72.35º | 0.3% | 0.22% | - |
| HSV(B) | 72.35º | 0.46% | 0.29% | - |
| XYZ | 5.15 | 6.24 | 2.94 | - |
| YUV | 68.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 40 | 0.09 | 0 | 0.46 | 0.71 | 72.35 | 0.3 | 0.22 |
| Hex | 43 | 4A | 28 | 9 | 0 | 2E | 47 | 48 | 1E | 16 |
| Octal | 103 | 112 | 50 | 11 | 0 | 56 | 107 | 110 | 36 | 26 |
| Binary | 1000011 | 1001010 | 101000 | 1001 | 0 | 101110 | 1000111 | 1001000 | 11110 | 10110 |
Color Harmonies of #434A28
Complementary color
Monochromatic Colors of #434A28
Black with #434A28
Text Example
Text Example
White with #434A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A28; }
p { color: rgb(67,74,40); }
H1.HeaderClassName
{
color: #434A28;
}
.AnyTagClassName
{
color: #434A28;
}
</style>
background-color css
<style>
a { background-color: #434A28; }
a { background-color: rgb(67,74,40); }
div.DivClassName
{
background-color: #434A28;
}
.BgClassName
{
background-color: #434A28;
}
</style>
border-color css
<style>
span { border-color: #434A28; }
span { border-color: rgb(67,74,40); }
td.TdClassName
{
border-color: #434A28;
}
.TagClassName
{
border-color: #434A28;
}
</style>