Shades of Bronzetone #3D4A24
Tints of Bronzetone #3D4A24
RGB
CMYK
RGB Variations
Color information
#3D4A24 (or 0x3D4A24) is known color: Bronzetone. HEX triplet: 3D, 4A and 24. RGB value is (61,74,36). Sum of RGB (Red+Green+Blue) = 61+74+36=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4A24 is #C2B5DB. Grayscale: #414141. Windows color (decimal): -12760540 or 2378301. OLE color: 2378301.
HSL color Cylindrical-coordinate representation of color #3D4A24: hue angle of 80.53º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D4A24 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 74 | 36 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.71 |
| HSL | 80.53º | 0.35% | 0.22% | - |
| HSV(B) | 80.53º | 0.51% | 0.29% | - |
| XYZ | 4.69 | 6.02 | 2.58 | - |
| YUV | 65.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 36 | 0.18 | 0 | 0.51 | 0.71 | 80.53 | 0.35 | 0.22 |
| Hex | 3D | 4A | 24 | 12 | 0 | 33 | 47 | 51 | 23 | 16 |
| Octal | 75 | 112 | 44 | 22 | 0 | 63 | 107 | 121 | 43 | 26 |
| Binary | 111101 | 1001010 | 100100 | 10010 | 0 | 110011 | 1000111 | 1010001 | 100011 | 10110 |
Color Harmonies of #3D4A24
Complementary color
Monochromatic Colors of #3D4A24
Black with #3D4A24
Text Example
Text Example
White with #3D4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4A24; }
p { color: rgb(61,74,36); }
H1.HeaderClassName
{
color: #3D4A24;
}
.AnyTagClassName
{
color: #3D4A24;
}
</style>
background-color css
<style>
a { background-color: #3D4A24; }
a { background-color: rgb(61,74,36); }
div.DivClassName
{
background-color: #3D4A24;
}
.BgClassName
{
background-color: #3D4A24;
}
</style>
border-color css
<style>
span { border-color: #3D4A24; }
span { border-color: rgb(61,74,36); }
td.TdClassName
{
border-color: #3D4A24;
}
.TagClassName
{
border-color: #3D4A24;
}
</style>