Shades of Bronzetone #3C551B
Tints of Bronzetone #3C551B
RGB
CMYK
RGB Variations
Color information
#3C551B (or 0x3C551B) is known color: Bronzetone. HEX triplet: 3C, 55 and 1B. RGB value is (60,85,27). Sum of RGB (Red+Green+Blue) = 60+85+27=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #3C551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C551B is #C3AAE4. Grayscale: #474747. Windows color (decimal): -12823269 or 1791292. OLE color: 1791292.
HSL color Cylindrical-coordinate representation of color #3C551B: hue angle of 85.86º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C551B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 85 | 27 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.67 |
| HSL | 85.86º | 0.52% | 0.22% | - |
| HSV(B) | 85.86º | 0.68% | 0.33% | - |
| XYZ | 5.31 | 7.54 | 2.21 | - |
| YUV | 70.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 27 | 0.29 | 0 | 0.68 | 0.67 | 85.86 | 0.52 | 0.22 |
| Hex | 3C | 55 | 1B | 1D | 0 | 44 | 43 | 56 | 34 | 16 |
| Octal | 74 | 125 | 33 | 35 | 0 | 104 | 103 | 126 | 64 | 26 |
| Binary | 111100 | 1010101 | 11011 | 11101 | 0 | 1000100 | 1000011 | 1010110 | 110100 | 10110 |
Color Harmonies of #3C551B
Complementary color
Monochromatic Colors of #3C551B
Black with #3C551B
Text Example
Text Example
White with #3C551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C551B; }
p { color: rgb(60,85,27); }
H1.HeaderClassName
{
color: #3C551B;
}
.AnyTagClassName
{
color: #3C551B;
}
</style>
background-color css
<style>
a { background-color: #3C551B; }
a { background-color: rgb(60,85,27); }
div.DivClassName
{
background-color: #3C551B;
}
.BgClassName
{
background-color: #3C551B;
}
</style>
border-color css
<style>
span { border-color: #3C551B; }
span { border-color: rgb(60,85,27); }
td.TdClassName
{
border-color: #3C551B;
}
.TagClassName
{
border-color: #3C551B;
}
</style>