Shades of Bronzetone #3D4823
Tints of Bronzetone #3D4823
RGB
CMYK
RGB Variations
Color information
#3D4823 (or 0x3D4823) is known color: Bronzetone. HEX triplet: 3D, 48 and 23. RGB value is (61,72,35). Sum of RGB (Red+Green+Blue) = 61+72+35=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4823 is #C2B7DC. Grayscale: #404040. Windows color (decimal): -12761053 or 2312253. OLE color: 2312253.
HSL color Cylindrical-coordinate representation of color #3D4823: hue angle of 77.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D4823 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 72 | 35 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.72 |
| HSL | 77.84º | 0.35% | 0.21% | - |
| HSV(B) | 77.84º | 0.51% | 0.28% | - |
| XYZ | 4.55 | 5.75 | 2.46 | - |
| YUV | 64.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 35 | 0.15 | 0 | 0.51 | 0.72 | 77.84 | 0.35 | 0.21 |
| Hex | 3D | 48 | 23 | F | 0 | 33 | 48 | 4E | 23 | 15 |
| Octal | 75 | 110 | 43 | 17 | 0 | 63 | 110 | 116 | 43 | 25 |
| Binary | 111101 | 1001000 | 100011 | 1111 | 0 | 110011 | 1001000 | 1001110 | 100011 | 10101 |
Color Harmonies of #3D4823
Complementary color
Monochromatic Colors of #3D4823
Black with #3D4823
Text Example
Text Example
White with #3D4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4823; }
p { color: rgb(61,72,35); }
H1.HeaderClassName
{
color: #3D4823;
}
.AnyTagClassName
{
color: #3D4823;
}
</style>
background-color css
<style>
a { background-color: #3D4823; }
a { background-color: rgb(61,72,35); }
div.DivClassName
{
background-color: #3D4823;
}
.BgClassName
{
background-color: #3D4823;
}
</style>
border-color css
<style>
span { border-color: #3D4823; }
span { border-color: rgb(61,72,35); }
td.TdClassName
{
border-color: #3D4823;
}
.TagClassName
{
border-color: #3D4823;
}
</style>