Shades of Bronzetone #3C4823
Tints of Bronzetone #3C4823
RGB
CMYK
RGB Variations
Color information
#3C4823 (or 0x3C4823) is known color: Bronzetone. HEX triplet: 3C, 48 and 23. RGB value is (60,72,35). Sum of RGB (Red+Green+Blue) = 60+72+35=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4823 is #C3B7DC. Grayscale: #404040. Windows color (decimal): -12826589 or 2312252. OLE color: 2312252.
HSL color Cylindrical-coordinate representation of color #3C4823: hue angle of 79.46º 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 #3C4823 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 35 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.72 |
| HSL | 79.46º | 0.35% | 0.21% | - |
| HSV(B) | 79.46º | 0.51% | 0.28% | - |
| XYZ | 4.48 | 5.72 | 2.46 | - |
| YUV | 64.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 35 | 0.17 | 0 | 0.51 | 0.72 | 79.46 | 0.35 | 0.21 |
| Hex | 3C | 48 | 23 | 11 | 0 | 33 | 48 | 4F | 23 | 15 |
| Octal | 74 | 110 | 43 | 21 | 0 | 63 | 110 | 117 | 43 | 25 |
| Binary | 111100 | 1001000 | 100011 | 10001 | 0 | 110011 | 1001000 | 1001111 | 100011 | 10101 |
Color Harmonies of #3C4823
Complementary color
Monochromatic Colors of #3C4823
Black with #3C4823
Text Example
Text Example
White with #3C4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4823; }
p { color: rgb(60,72,35); }
H1.HeaderClassName
{
color: #3C4823;
}
.AnyTagClassName
{
color: #3C4823;
}
</style>
background-color css
<style>
a { background-color: #3C4823; }
a { background-color: rgb(60,72,35); }
div.DivClassName
{
background-color: #3C4823;
}
.BgClassName
{
background-color: #3C4823;
}
</style>
border-color css
<style>
span { border-color: #3C4823; }
span { border-color: rgb(60,72,35); }
td.TdClassName
{
border-color: #3C4823;
}
.TagClassName
{
border-color: #3C4823;
}
</style>