Shades of Bronzetone #3D521D
Tints of Bronzetone #3D521D
RGB
CMYK
RGB Variations
Color information
#3D521D (or 0x3D521D) is known color: Bronzetone. HEX triplet: 3D, 52 and 1D. RGB value is (61,82,29). Sum of RGB (Red+Green+Blue) = 61+82+29=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #3D521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D521D is #C2ADE2. Grayscale: #454545. Windows color (decimal): -12758499 or 1921597. OLE color: 1921597.
HSL color Cylindrical-coordinate representation of color #3D521D: hue angle of 83.77º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D521D is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 82 | 29 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.68 |
| HSL | 83.77º | 0.48% | 0.22% | - |
| HSV(B) | 83.77º | 0.65% | 0.32% | - |
| XYZ | 5.16 | 7.12 | 2.26 | - |
| YUV | 69.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 29 | 0.26 | 0 | 0.65 | 0.68 | 83.77 | 0.48 | 0.22 |
| Hex | 3D | 52 | 1D | 1A | 0 | 41 | 44 | 54 | 30 | 16 |
| Octal | 75 | 122 | 35 | 32 | 0 | 101 | 104 | 124 | 60 | 26 |
| Binary | 111101 | 1010010 | 11101 | 11010 | 0 | 1000001 | 1000100 | 1010100 | 110000 | 10110 |
Color Harmonies of #3D521D
Complementary color
Monochromatic Colors of #3D521D
Black with #3D521D
Text Example
Text Example
White with #3D521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D521D; }
p { color: rgb(61,82,29); }
H1.HeaderClassName
{
color: #3D521D;
}
.AnyTagClassName
{
color: #3D521D;
}
</style>
background-color css
<style>
a { background-color: #3D521D; }
a { background-color: rgb(61,82,29); }
div.DivClassName
{
background-color: #3D521D;
}
.BgClassName
{
background-color: #3D521D;
}
</style>
border-color css
<style>
span { border-color: #3D521D; }
span { border-color: rgb(61,82,29); }
td.TdClassName
{
border-color: #3D521D;
}
.TagClassName
{
border-color: #3D521D;
}
</style>