Shades of Bronzetone #3D4527
Tints of Bronzetone #3D4527
RGB
CMYK
RGB Variations
Color information
#3D4527 (or 0x3D4527) is known color: Bronzetone. HEX triplet: 3D, 45 and 27. RGB value is (61,69,39). Sum of RGB (Red+Green+Blue) = 61+69+39=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4527 is #C2BAD8. Grayscale: #3F3F3F. Windows color (decimal): -12761817 or 2573629. OLE color: 2573629.
HSL color Cylindrical-coordinate representation of color #3D4527: hue angle of 76º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D4527 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 69 | 39 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.73 |
| HSL | 76º | 0.28% | 0.21% | - |
| HSV(B) | 76º | 0.43% | 0.27% | - |
| XYZ | 4.42 | 5.39 | 2.73 | - |
| YUV | 63.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 39 | 0.12 | 0 | 0.43 | 0.73 | 76 | 0.28 | 0.21 |
| Hex | 3D | 45 | 27 | C | 0 | 2B | 49 | 4C | 1C | 15 |
| Octal | 75 | 105 | 47 | 14 | 0 | 53 | 111 | 114 | 34 | 25 |
| Binary | 111101 | 1000101 | 100111 | 1100 | 0 | 101011 | 1001001 | 1001100 | 11100 | 10101 |
Color Harmonies of #3D4527
Complementary color
Monochromatic Colors of #3D4527
Black with #3D4527
Text Example
Text Example
White with #3D4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4527; }
p { color: rgb(61,69,39); }
H1.HeaderClassName
{
color: #3D4527;
}
.AnyTagClassName
{
color: #3D4527;
}
</style>
background-color css
<style>
a { background-color: #3D4527; }
a { background-color: rgb(61,69,39); }
div.DivClassName
{
background-color: #3D4527;
}
.BgClassName
{
background-color: #3D4527;
}
</style>
border-color css
<style>
span { border-color: #3D4527; }
span { border-color: rgb(61,69,39); }
td.TdClassName
{
border-color: #3D4527;
}
.TagClassName
{
border-color: #3D4527;
}
</style>