Shades of Bronzetone #43482A
Tints of Bronzetone #43482A
RGB
CMYK
RGB Variations
Color information
#43482A (or 0x43482A) is known color: Bronzetone. HEX triplet: 43, 48 and 2A. RGB value is (67,72,42). Sum of RGB (Red+Green+Blue) = 67+72+42=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #43482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43482A is #BCB7D5. Grayscale: #434343. Windows color (decimal): -12367830 or 2771011. OLE color: 2771011.
HSL color Cylindrical-coordinate representation of color #43482A: hue angle of 70º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #43482A is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 72 | 42 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.72 |
| HSL | 70º | 0.26% | 0.22% | - |
| HSV(B) | 70º | 0.42% | 0.28% | - |
| XYZ | 5.05 | 6 | 3.08 | - |
| YUV | 67.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 42 | 0.07 | 0 | 0.42 | 0.72 | 70 | 0.26 | 0.22 |
| Hex | 43 | 48 | 2A | 7 | 0 | 2A | 48 | 46 | 1A | 16 |
| Octal | 103 | 110 | 52 | 7 | 0 | 52 | 110 | 106 | 32 | 26 |
| Binary | 1000011 | 1001000 | 101010 | 111 | 0 | 101010 | 1001000 | 1000110 | 11010 | 10110 |
Color Harmonies of #43482A
Complementary color
Monochromatic Colors of #43482A
Black with #43482A
Text Example
Text Example
White with #43482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43482A; }
p { color: rgb(67,72,42); }
H1.HeaderClassName
{
color: #43482A;
}
.AnyTagClassName
{
color: #43482A;
}
</style>
background-color css
<style>
a { background-color: #43482A; }
a { background-color: rgb(67,72,42); }
div.DivClassName
{
background-color: #43482A;
}
.BgClassName
{
background-color: #43482A;
}
</style>
border-color css
<style>
span { border-color: #43482A; }
span { border-color: rgb(67,72,42); }
td.TdClassName
{
border-color: #43482A;
}
.TagClassName
{
border-color: #43482A;
}
</style>