Shades of Bronzetone #3D4725
Tints of Bronzetone #3D4725
RGB
CMYK
RGB Variations
Color information
#3D4725 (or 0x3D4725) is known color: Bronzetone. HEX triplet: 3D, 47 and 25. RGB value is (61,71,37). Sum of RGB (Red+Green+Blue) = 61+71+37=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4725 is #C2B8DA. Grayscale: #404040. Windows color (decimal): -12761307 or 2443069. OLE color: 2443069.
HSL color Cylindrical-coordinate representation of color #3D4725: hue angle of 77.65º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4725 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 37 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.72 |
| HSL | 77.65º | 0.31% | 0.21% | - |
| HSV(B) | 77.65º | 0.48% | 0.28% | - |
| XYZ | 4.51 | 5.63 | 2.6 | - |
| YUV | 64.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 37 | 0.14 | 0 | 0.48 | 0.72 | 77.65 | 0.31 | 0.21 |
| Hex | 3D | 47 | 25 | E | 0 | 30 | 48 | 4E | 1F | 15 |
| Octal | 75 | 107 | 45 | 16 | 0 | 60 | 110 | 116 | 37 | 25 |
| Binary | 111101 | 1000111 | 100101 | 1110 | 0 | 110000 | 1001000 | 1001110 | 11111 | 10101 |
Color Harmonies of #3D4725
Complementary color
Monochromatic Colors of #3D4725
Black with #3D4725
Text Example
Text Example
White with #3D4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4725; }
p { color: rgb(61,71,37); }
H1.HeaderClassName
{
color: #3D4725;
}
.AnyTagClassName
{
color: #3D4725;
}
</style>
background-color css
<style>
a { background-color: #3D4725; }
a { background-color: rgb(61,71,37); }
div.DivClassName
{
background-color: #3D4725;
}
.BgClassName
{
background-color: #3D4725;
}
</style>
border-color css
<style>
span { border-color: #3D4725; }
span { border-color: rgb(61,71,37); }
td.TdClassName
{
border-color: #3D4725;
}
.TagClassName
{
border-color: #3D4725;
}
</style>