Shades of Bronzetone #434A30
Tints of Bronzetone #434A30
RGB
CMYK
RGB Variations
Color information
#434A30 (or 0x434A30) is known color: Bronzetone. HEX triplet: 43, 4A and 30. RGB value is (67,74,48). Sum of RGB (Red+Green+Blue) = 67+74+48=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #434A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A30 is #BCB5CF. Grayscale: #454545. Windows color (decimal): -12367312 or 3164739. OLE color: 3164739.
HSL color Cylindrical-coordinate representation of color #434A30: hue angle of 76.15º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #434A30 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 74 | 48 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.71 |
| HSL | 76.15º | 0.21% | 0.24% | - |
| HSV(B) | 76.15º | 0.35% | 0.29% | - |
| XYZ | 5.3 | 6.3 | 3.73 | - |
| YUV | 68.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 48 | 0.09 | 0 | 0.35 | 0.71 | 76.15 | 0.21 | 0.24 |
| Hex | 43 | 4A | 30 | 9 | 0 | 23 | 47 | 4C | 15 | 18 |
| Octal | 103 | 112 | 60 | 11 | 0 | 43 | 107 | 114 | 25 | 30 |
| Binary | 1000011 | 1001010 | 110000 | 1001 | 0 | 100011 | 1000111 | 1001100 | 10101 | 11000 |
Color Harmonies of #434A30
Complementary color
Monochromatic Colors of #434A30
Black with #434A30
Text Example
Text Example
White with #434A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A30; }
p { color: rgb(67,74,48); }
H1.HeaderClassName
{
color: #434A30;
}
.AnyTagClassName
{
color: #434A30;
}
</style>
background-color css
<style>
a { background-color: #434A30; }
a { background-color: rgb(67,74,48); }
div.DivClassName
{
background-color: #434A30;
}
.BgClassName
{
background-color: #434A30;
}
</style>
border-color css
<style>
span { border-color: #434A30; }
span { border-color: rgb(67,74,48); }
td.TdClassName
{
border-color: #434A30;
}
.TagClassName
{
border-color: #434A30;
}
</style>