Shades of Bronzetone #434524
Tints of Bronzetone #434524
RGB
CMYK
RGB Variations
Color information
#434524 (or 0x434524) is known color: Bronzetone. HEX triplet: 43, 45 and 24. RGB value is (67,69,36). Sum of RGB (Red+Green+Blue) = 67+69+36=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #434524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434524 is #BCBADB. Grayscale: #404040. Windows color (decimal): -12368604 or 2377027. OLE color: 2377027.
HSL color Cylindrical-coordinate representation of color #434524: hue angle of 63.64º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #434524 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 36 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.73 |
| HSL | 63.64º | 0.31% | 0.21% | - |
| HSV(B) | 63.64º | 0.48% | 0.27% | - |
| XYZ | 4.76 | 5.58 | 2.49 | - |
| YUV | 64.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 36 | 0.03 | 0 | 0.48 | 0.73 | 63.64 | 0.31 | 0.21 |
| Hex | 43 | 45 | 24 | 3 | 0 | 30 | 49 | 40 | 1F | 15 |
| Octal | 103 | 105 | 44 | 3 | 0 | 60 | 111 | 100 | 37 | 25 |
| Binary | 1000011 | 1000101 | 100100 | 11 | 0 | 110000 | 1001001 | 1000000 | 11111 | 10101 |
Color Harmonies of #434524
Complementary color
Monochromatic Colors of #434524
Black with #434524
Text Example
Text Example
White with #434524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434524; }
p { color: rgb(67,69,36); }
H1.HeaderClassName
{
color: #434524;
}
.AnyTagClassName
{
color: #434524;
}
</style>
background-color css
<style>
a { background-color: #434524; }
a { background-color: rgb(67,69,36); }
div.DivClassName
{
background-color: #434524;
}
.BgClassName
{
background-color: #434524;
}
</style>
border-color css
<style>
span { border-color: #434524; }
span { border-color: rgb(67,69,36); }
td.TdClassName
{
border-color: #434524;
}
.TagClassName
{
border-color: #434524;
}
</style>