Shades of Bronzetone #43482B
Tints of Bronzetone #43482B
RGB
CMYK
RGB Variations
Color information
#43482B (or 0x43482B) is known color: Bronzetone. HEX triplet: 43, 48 and 2B. RGB value is (67,72,43). Sum of RGB (Red+Green+Blue) = 67+72+43=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #43482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43482B is #BCB7D4. Grayscale: #434343. Windows color (decimal): -12367829 or 2836547. OLE color: 2836547.
HSL color Cylindrical-coordinate representation of color #43482B: hue angle of 70.34º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43482B is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 72 | 43 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.72 |
| HSL | 70.34º | 0.25% | 0.23% | - |
| HSV(B) | 70.34º | 0.4% | 0.28% | - |
| XYZ | 5.07 | 6 | 3.18 | - |
| YUV | 67.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 43 | 0.07 | 0 | 0.40 | 0.72 | 70.34 | 0.25 | 0.23 |
| Hex | 43 | 48 | 2B | 7 | 0 | 28 | 48 | 46 | 19 | 17 |
| Octal | 103 | 110 | 53 | 7 | 0 | 50 | 110 | 106 | 31 | 27 |
| Binary | 1000011 | 1001000 | 101011 | 111 | 0 | 101000 | 1001000 | 1000110 | 11001 | 10111 |
Color Harmonies of #43482B
Complementary color
Monochromatic Colors of #43482B
Black with #43482B
Text Example
Text Example
White with #43482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43482B; }
p { color: rgb(67,72,43); }
H1.HeaderClassName
{
color: #43482B;
}
.AnyTagClassName
{
color: #43482B;
}
</style>
background-color css
<style>
a { background-color: #43482B; }
a { background-color: rgb(67,72,43); }
div.DivClassName
{
background-color: #43482B;
}
.BgClassName
{
background-color: #43482B;
}
</style>
border-color css
<style>
span { border-color: #43482B; }
span { border-color: rgb(67,72,43); }
td.TdClassName
{
border-color: #43482B;
}
.TagClassName
{
border-color: #43482B;
}
</style>