Shades of Bronzetone #40482E
Tints of Bronzetone #40482E
RGB
CMYK
RGB Variations
Color information
#40482E (or 0x40482E) is known color: Bronzetone. HEX triplet: 40, 48 and 2E. RGB value is (64,72,46). Sum of RGB (Red+Green+Blue) = 64+72+46=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #40482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40482E is #BFB7D1. Grayscale: #424242. Windows color (decimal): -12564434 or 3033152. OLE color: 3033152.
HSL color Cylindrical-coordinate representation of color #40482E: hue angle of 78.46º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40482E is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 46 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.72 |
| HSL | 78.46º | 0.22% | 0.23% | - |
| HSV(B) | 78.46º | 0.36% | 0.28% | - |
| XYZ | 4.92 | 5.92 | 3.47 | - |
| YUV | 66.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 46 | 0.11 | 0 | 0.36 | 0.72 | 78.46 | 0.22 | 0.23 |
| Hex | 40 | 48 | 2E | B | 0 | 24 | 48 | 4E | 16 | 17 |
| Octal | 100 | 110 | 56 | 13 | 0 | 44 | 110 | 116 | 26 | 27 |
| Binary | 1000000 | 1001000 | 101110 | 1011 | 0 | 100100 | 1001000 | 1001110 | 10110 | 10111 |
Color Harmonies of #40482E
Complementary color
Monochromatic Colors of #40482E
Black with #40482E
Text Example
Text Example
White with #40482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40482E; }
p { color: rgb(64,72,46); }
H1.HeaderClassName
{
color: #40482E;
}
.AnyTagClassName
{
color: #40482E;
}
</style>
background-color css
<style>
a { background-color: #40482E; }
a { background-color: rgb(64,72,46); }
div.DivClassName
{
background-color: #40482E;
}
.BgClassName
{
background-color: #40482E;
}
</style>
border-color css
<style>
span { border-color: #40482E; }
span { border-color: rgb(64,72,46); }
td.TdClassName
{
border-color: #40482E;
}
.TagClassName
{
border-color: #40482E;
}
</style>