Shades of Bronzetone #434B2E
Tints of Bronzetone #434B2E
RGB
CMYK
RGB Variations
Color information
#434B2E (or 0x434B2E) is known color: Bronzetone. HEX triplet: 43, 4B and 2E. RGB value is (67,75,46). Sum of RGB (Red+Green+Blue) = 67+75+46=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #434B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B2E is #BCB4D1. Grayscale: #454545. Windows color (decimal): -12367058 or 3033923. OLE color: 3033923.
HSL color Cylindrical-coordinate representation of color #434B2E: hue angle of 76.55º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434B2E is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 46 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.71 |
| HSL | 76.55º | 0.24% | 0.24% | - |
| HSV(B) | 76.55º | 0.39% | 0.29% | - |
| XYZ | 5.32 | 6.42 | 3.54 | - |
| YUV | 69.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 46 | 0.11 | 0 | 0.39 | 0.71 | 76.55 | 0.24 | 0.24 |
| Hex | 43 | 4B | 2E | B | 0 | 27 | 47 | 4D | 18 | 18 |
| Octal | 103 | 113 | 56 | 13 | 0 | 47 | 107 | 115 | 30 | 30 |
| Binary | 1000011 | 1001011 | 101110 | 1011 | 0 | 100111 | 1000111 | 1001101 | 11000 | 11000 |
Color Harmonies of #434B2E
Complementary color
Monochromatic Colors of #434B2E
Black with #434B2E
Text Example
Text Example
White with #434B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B2E; }
p { color: rgb(67,75,46); }
H1.HeaderClassName
{
color: #434B2E;
}
.AnyTagClassName
{
color: #434B2E;
}
</style>
background-color css
<style>
a { background-color: #434B2E; }
a { background-color: rgb(67,75,46); }
div.DivClassName
{
background-color: #434B2E;
}
.BgClassName
{
background-color: #434B2E;
}
</style>
border-color css
<style>
span { border-color: #434B2E; }
span { border-color: rgb(67,75,46); }
td.TdClassName
{
border-color: #434B2E;
}
.TagClassName
{
border-color: #434B2E;
}
</style>