Shades of Bronzetone #3D4727
Tints of Bronzetone #3D4727
RGB
CMYK
RGB Variations
Color information
#3D4727 (or 0x3D4727) is known color: Bronzetone. HEX triplet: 3D, 47 and 27. RGB value is (61,71,39). Sum of RGB (Red+Green+Blue) = 61+71+39=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4727 is #C2B8D8. Grayscale: #404040. Windows color (decimal): -12761305 or 2574141. OLE color: 2574141.
HSL color Cylindrical-coordinate representation of color #3D4727: hue angle of 78.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D4727 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 39 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.72 |
| HSL | 78.75º | 0.29% | 0.22% | - |
| HSV(B) | 78.75º | 0.45% | 0.28% | - |
| XYZ | 4.54 | 5.65 | 2.77 | - |
| YUV | 64.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 39 | 0.14 | 0 | 0.45 | 0.72 | 78.75 | 0.29 | 0.22 |
| Hex | 3D | 47 | 27 | E | 0 | 2D | 48 | 4F | 1D | 16 |
| Octal | 75 | 107 | 47 | 16 | 0 | 55 | 110 | 117 | 35 | 26 |
| Binary | 111101 | 1000111 | 100111 | 1110 | 0 | 101101 | 1001000 | 1001111 | 11101 | 10110 |
Color Harmonies of #3D4727
Complementary color
Monochromatic Colors of #3D4727
Black with #3D4727
Text Example
Text Example
White with #3D4727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4727; }
p { color: rgb(61,71,39); }
H1.HeaderClassName
{
color: #3D4727;
}
.AnyTagClassName
{
color: #3D4727;
}
</style>
background-color css
<style>
a { background-color: #3D4727; }
a { background-color: rgb(61,71,39); }
div.DivClassName
{
background-color: #3D4727;
}
.BgClassName
{
background-color: #3D4727;
}
</style>
border-color css
<style>
span { border-color: #3D4727; }
span { border-color: rgb(61,71,39); }
td.TdClassName
{
border-color: #3D4727;
}
.TagClassName
{
border-color: #3D4727;
}
</style>