Shades of Bronzetone #40462C
Tints of Bronzetone #40462C
RGB
CMYK
RGB Variations
Color information
#40462C (or 0x40462C) is known color: Bronzetone. HEX triplet: 40, 46 and 2C. RGB value is (64,70,44). Sum of RGB (Red+Green+Blue) = 64+70+44=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #40462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40462C is #BFB9D3. Grayscale: #414141. Windows color (decimal): -12564948 or 2901568. OLE color: 2901568.
HSL color Cylindrical-coordinate representation of color #40462C: hue angle of 73.85º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40462C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 44 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.73 |
| HSL | 73.85º | 0.23% | 0.22% | - |
| HSV(B) | 73.85º | 0.37% | 0.27% | - |
| XYZ | 4.76 | 5.65 | 3.22 | - |
| YUV | 65.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 44 | 0.09 | 0 | 0.37 | 0.73 | 73.85 | 0.23 | 0.22 |
| Hex | 40 | 46 | 2C | 9 | 0 | 25 | 49 | 4A | 17 | 16 |
| Octal | 100 | 106 | 54 | 11 | 0 | 45 | 111 | 112 | 27 | 26 |
| Binary | 1000000 | 1000110 | 101100 | 1001 | 0 | 100101 | 1001001 | 1001010 | 10111 | 10110 |
Color Harmonies of #40462C
Complementary color
Monochromatic Colors of #40462C
Black with #40462C
Text Example
Text Example
White with #40462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40462C; }
p { color: rgb(64,70,44); }
H1.HeaderClassName
{
color: #40462C;
}
.AnyTagClassName
{
color: #40462C;
}
</style>
background-color css
<style>
a { background-color: #40462C; }
a { background-color: rgb(64,70,44); }
div.DivClassName
{
background-color: #40462C;
}
.BgClassName
{
background-color: #40462C;
}
</style>
border-color css
<style>
span { border-color: #40462C; }
span { border-color: rgb(64,70,44); }
td.TdClassName
{
border-color: #40462C;
}
.TagClassName
{
border-color: #40462C;
}
</style>