Shades of Bronzetone #40531D
Tints of Bronzetone #40531D
RGB
CMYK
RGB Variations
Color information
#40531D (or 0x40531D) is known color: Bronzetone. HEX triplet: 40, 53 and 1D. RGB value is (64,83,29). Sum of RGB (Red+Green+Blue) = 64+83+29=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #40531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531D is #BFACE2. Grayscale: #474747. Windows color (decimal): -12561635 or 1921856. OLE color: 1921856.
HSL color Cylindrical-coordinate representation of color #40531D: hue angle of 81.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40531D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 83 | 29 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.67 |
| HSL | 81.11º | 0.48% | 0.22% | - |
| HSV(B) | 81.11º | 0.65% | 0.33% | - |
| XYZ | 5.43 | 7.37 | 2.3 | - |
| YUV | 71.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 29 | 0.23 | 0 | 0.65 | 0.67 | 81.11 | 0.48 | 0.22 |
| Hex | 40 | 53 | 1D | 17 | 0 | 41 | 43 | 51 | 30 | 16 |
| Octal | 100 | 123 | 35 | 27 | 0 | 101 | 103 | 121 | 60 | 26 |
| Binary | 1000000 | 1010011 | 11101 | 10111 | 0 | 1000001 | 1000011 | 1010001 | 110000 | 10110 |
Color Harmonies of #40531D
Complementary color
Monochromatic Colors of #40531D
Black with #40531D
Text Example
Text Example
White with #40531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40531D; }
p { color: rgb(64,83,29); }
H1.HeaderClassName
{
color: #40531D;
}
.AnyTagClassName
{
color: #40531D;
}
</style>
background-color css
<style>
a { background-color: #40531D; }
a { background-color: rgb(64,83,29); }
div.DivClassName
{
background-color: #40531D;
}
.BgClassName
{
background-color: #40531D;
}
</style>
border-color css
<style>
span { border-color: #40531D; }
span { border-color: rgb(64,83,29); }
td.TdClassName
{
border-color: #40531D;
}
.TagClassName
{
border-color: #40531D;
}
</style>