Shades of Bronzetone #3D4920
Tints of Bronzetone #3D4920
RGB
CMYK
RGB Variations
Color information
#3D4920 (or 0x3D4920) is known color: Bronzetone. HEX triplet: 3D, 49 and 20. RGB value is (61,73,32). Sum of RGB (Red+Green+Blue) = 61+73+32=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4920 is #C2B6DF. Grayscale: #404040. Windows color (decimal): -12760800 or 2115901. OLE color: 2115901.
HSL color Cylindrical-coordinate representation of color #3D4920: hue angle of 77.56º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D4920 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 32 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.71 |
| HSL | 77.56º | 0.39% | 0.21% | - |
| HSV(B) | 77.56º | 0.56% | 0.29% | - |
| XYZ | 4.57 | 5.86 | 2.26 | - |
| YUV | 64.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 32 | 0.16 | 0 | 0.56 | 0.71 | 77.56 | 0.39 | 0.21 |
| Hex | 3D | 49 | 20 | 10 | 0 | 38 | 47 | 4E | 27 | 15 |
| Octal | 75 | 111 | 40 | 20 | 0 | 70 | 107 | 116 | 47 | 25 |
| Binary | 111101 | 1001001 | 100000 | 10000 | 0 | 111000 | 1000111 | 1001110 | 100111 | 10101 |
Color Harmonies of #3D4920
Complementary color
Monochromatic Colors of #3D4920
Black with #3D4920
Text Example
Text Example
White with #3D4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4920; }
p { color: rgb(61,73,32); }
H1.HeaderClassName
{
color: #3D4920;
}
.AnyTagClassName
{
color: #3D4920;
}
</style>
background-color css
<style>
a { background-color: #3D4920; }
a { background-color: rgb(61,73,32); }
div.DivClassName
{
background-color: #3D4920;
}
.BgClassName
{
background-color: #3D4920;
}
</style>
border-color css
<style>
span { border-color: #3D4920; }
span { border-color: rgb(61,73,32); }
td.TdClassName
{
border-color: #3D4920;
}
.TagClassName
{
border-color: #3D4920;
}
</style>