Shades of Bronzetone #3D4728
Tints of Bronzetone #3D4728
RGB
CMYK
RGB Variations
Color information
#3D4728 (or 0x3D4728) is known color: Bronzetone. HEX triplet: 3D, 47 and 28. RGB value is (61,71,40). Sum of RGB (Red+Green+Blue) = 61+71+40=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4728 is #C2B8D7. Grayscale: #404040. Windows color (decimal): -12761304 or 2639677. OLE color: 2639677.
HSL color Cylindrical-coordinate representation of color #3D4728: hue angle of 79.35º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D4728 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 40 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.72 |
| HSL | 79.35º | 0.28% | 0.22% | - |
| HSV(B) | 79.35º | 0.44% | 0.28% | - |
| XYZ | 4.56 | 5.65 | 2.86 | - |
| YUV | 64.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 40 | 0.14 | 0 | 0.44 | 0.72 | 79.35 | 0.28 | 0.22 |
| Hex | 3D | 47 | 28 | E | 0 | 2C | 48 | 4F | 1C | 16 |
| Octal | 75 | 107 | 50 | 16 | 0 | 54 | 110 | 117 | 34 | 26 |
| Binary | 111101 | 1000111 | 101000 | 1110 | 0 | 101100 | 1001000 | 1001111 | 11100 | 10110 |
Color Harmonies of #3D4728
Complementary color
Monochromatic Colors of #3D4728
Black with #3D4728
Text Example
Text Example
White with #3D4728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4728; }
p { color: rgb(61,71,40); }
H1.HeaderClassName
{
color: #3D4728;
}
.AnyTagClassName
{
color: #3D4728;
}
</style>
background-color css
<style>
a { background-color: #3D4728; }
a { background-color: rgb(61,71,40); }
div.DivClassName
{
background-color: #3D4728;
}
.BgClassName
{
background-color: #3D4728;
}
</style>
border-color css
<style>
span { border-color: #3D4728; }
span { border-color: rgb(61,71,40); }
td.TdClassName
{
border-color: #3D4728;
}
.TagClassName
{
border-color: #3D4728;
}
</style>