Shades of Bronzetone #3D5022
Tints of Bronzetone #3D5022
RGB
CMYK
RGB Variations
Color information
#3D5022 (or 0x3D5022) is known color: Bronzetone. HEX triplet: 3D, 50 and 22. RGB value is (61,80,34). Sum of RGB (Red+Green+Blue) = 61+80+34=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5022 is #C2AFDD. Grayscale: #454545. Windows color (decimal): -12759006 or 2248765. OLE color: 2248765.
HSL color Cylindrical-coordinate representation of color #3D5022: hue angle of 84.78º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D5022 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 34 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.69 |
| HSL | 84.78º | 0.4% | 0.22% | - |
| HSV(B) | 84.78º | 0.58% | 0.31% | - |
| XYZ | 5.08 | 6.84 | 2.57 | - |
| YUV | 69.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 34 | 0.24 | 0 | 0.58 | 0.69 | 84.78 | 0.4 | 0.22 |
| Hex | 3D | 50 | 22 | 18 | 0 | 3A | 45 | 55 | 28 | 16 |
| Octal | 75 | 120 | 42 | 30 | 0 | 72 | 105 | 125 | 50 | 26 |
| Binary | 111101 | 1010000 | 100010 | 11000 | 0 | 111010 | 1000101 | 1010101 | 101000 | 10110 |
Color Harmonies of #3D5022
Complementary color
Monochromatic Colors of #3D5022
Black with #3D5022
Text Example
Text Example
White with #3D5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5022; }
p { color: rgb(61,80,34); }
H1.HeaderClassName
{
color: #3D5022;
}
.AnyTagClassName
{
color: #3D5022;
}
</style>
background-color css
<style>
a { background-color: #3D5022; }
a { background-color: rgb(61,80,34); }
div.DivClassName
{
background-color: #3D5022;
}
.BgClassName
{
background-color: #3D5022;
}
</style>
border-color css
<style>
span { border-color: #3D5022; }
span { border-color: rgb(61,80,34); }
td.TdClassName
{
border-color: #3D5022;
}
.TagClassName
{
border-color: #3D5022;
}
</style>