Shades of Bronzetone #434B2B
Tints of Bronzetone #434B2B
RGB
CMYK
RGB Variations
Color information
#434B2B (or 0x434B2B) is known color: Bronzetone. HEX triplet: 43, 4B and 2B. RGB value is (67,75,43). Sum of RGB (Red+Green+Blue) = 67+75+43=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #434B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B2B is #BCB4D4. Grayscale: #454545. Windows color (decimal): -12367061 or 2837315. OLE color: 2837315.
HSL color Cylindrical-coordinate representation of color #434B2B: hue angle of 75º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434B2B is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 43 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.71 |
| HSL | 75º | 0.27% | 0.23% | - |
| HSV(B) | 75º | 0.43% | 0.29% | - |
| XYZ | 5.27 | 6.4 | 3.24 | - |
| YUV | 68.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 43 | 0.11 | 0 | 0.43 | 0.71 | 75 | 0.27 | 0.23 |
| Hex | 43 | 4B | 2B | B | 0 | 2B | 47 | 4B | 1B | 17 |
| Octal | 103 | 113 | 53 | 13 | 0 | 53 | 107 | 113 | 33 | 27 |
| Binary | 1000011 | 1001011 | 101011 | 1011 | 0 | 101011 | 1000111 | 1001011 | 11011 | 10111 |
Color Harmonies of #434B2B
Complementary color
Monochromatic Colors of #434B2B
Black with #434B2B
Text Example
Text Example
White with #434B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B2B; }
p { color: rgb(67,75,43); }
H1.HeaderClassName
{
color: #434B2B;
}
.AnyTagClassName
{
color: #434B2B;
}
</style>
background-color css
<style>
a { background-color: #434B2B; }
a { background-color: rgb(67,75,43); }
div.DivClassName
{
background-color: #434B2B;
}
.BgClassName
{
background-color: #434B2B;
}
</style>
border-color css
<style>
span { border-color: #434B2B; }
span { border-color: rgb(67,75,43); }
td.TdClassName
{
border-color: #434B2B;
}
.TagClassName
{
border-color: #434B2B;
}
</style>