Shades of Bronzetone #3D4821
Tints of Bronzetone #3D4821
RGB
CMYK
RGB Variations
Color information
#3D4821 (or 0x3D4821) is known color: Bronzetone. HEX triplet: 3D, 48 and 21. RGB value is (61,72,33). Sum of RGB (Red+Green+Blue) = 61+72+33=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4821 is #C2B7DE. Grayscale: #404040. Windows color (decimal): -12761055 or 2181181. OLE color: 2181181.
HSL color Cylindrical-coordinate representation of color #3D4821: hue angle of 76.92º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D4821 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 72 | 33 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.72 |
| HSL | 76.92º | 0.37% | 0.21% | - |
| HSV(B) | 76.92º | 0.54% | 0.28% | - |
| XYZ | 4.52 | 5.74 | 2.31 | - |
| YUV | 64.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 33 | 0.15 | 0 | 0.54 | 0.72 | 76.92 | 0.37 | 0.21 |
| Hex | 3D | 48 | 21 | F | 0 | 36 | 48 | 4D | 25 | 15 |
| Octal | 75 | 110 | 41 | 17 | 0 | 66 | 110 | 115 | 45 | 25 |
| Binary | 111101 | 1001000 | 100001 | 1111 | 0 | 110110 | 1001000 | 1001101 | 100101 | 10101 |
Color Harmonies of #3D4821
Complementary color
Monochromatic Colors of #3D4821
Black with #3D4821
Text Example
Text Example
White with #3D4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4821; }
p { color: rgb(61,72,33); }
H1.HeaderClassName
{
color: #3D4821;
}
.AnyTagClassName
{
color: #3D4821;
}
</style>
background-color css
<style>
a { background-color: #3D4821; }
a { background-color: rgb(61,72,33); }
div.DivClassName
{
background-color: #3D4821;
}
.BgClassName
{
background-color: #3D4821;
}
</style>
border-color css
<style>
span { border-color: #3D4821; }
span { border-color: rgb(61,72,33); }
td.TdClassName
{
border-color: #3D4821;
}
.TagClassName
{
border-color: #3D4821;
}
</style>