Shades of Bronzetone #434523
Tints of Bronzetone #434523
RGB
CMYK
RGB Variations
Color information
#434523 (or 0x434523) is known color: Bronzetone. HEX triplet: 43, 45 and 23. RGB value is (67,69,35). Sum of RGB (Red+Green+Blue) = 67+69+35=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #434523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434523 is #BCBADC. Grayscale: #404040. Windows color (decimal): -12368605 or 2311491. OLE color: 2311491.
HSL color Cylindrical-coordinate representation of color #434523: hue angle of 63.53º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #434523 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 35 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.73 |
| HSL | 63.53º | 0.33% | 0.2% | - |
| HSV(B) | 63.53º | 0.49% | 0.27% | - |
| XYZ | 4.75 | 5.57 | 2.42 | - |
| YUV | 64.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 35 | 0.03 | 0 | 0.49 | 0.73 | 63.53 | 0.33 | 0.2 |
| Hex | 43 | 45 | 23 | 3 | 0 | 31 | 49 | 40 | 21 | 14 |
| Octal | 103 | 105 | 43 | 3 | 0 | 61 | 111 | 100 | 41 | 24 |
| Binary | 1000011 | 1000101 | 100011 | 11 | 0 | 110001 | 1001001 | 1000000 | 100001 | 10100 |
Color Harmonies of #434523
Complementary color
Monochromatic Colors of #434523
Black with #434523
Text Example
Text Example
White with #434523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434523; }
p { color: rgb(67,69,35); }
H1.HeaderClassName
{
color: #434523;
}
.AnyTagClassName
{
color: #434523;
}
</style>
background-color css
<style>
a { background-color: #434523; }
a { background-color: rgb(67,69,35); }
div.DivClassName
{
background-color: #434523;
}
.BgClassName
{
background-color: #434523;
}
</style>
border-color css
<style>
span { border-color: #434523; }
span { border-color: rgb(67,69,35); }
td.TdClassName
{
border-color: #434523;
}
.TagClassName
{
border-color: #434523;
}
</style>