Shades of Creole #3C3529
Tints of Creole #3C3529
RGB
CMYK
RGB Variations
Color information
#3C3529 (or 0x3C3529) is known color: Creole. HEX triplet: 3C, 35 and 29. RGB value is (60,53,41). Sum of RGB (Red+Green+Blue) = 60+53+41=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3529 is #C3CAD6. Grayscale: #353535. Windows color (decimal): -12831447 or 2700604. OLE color: 2700604.
HSL color Cylindrical-coordinate representation of color #3C3529: hue angle of 37.89º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C3529 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 41 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.76 |
| HSL | 37.89º | 0.19% | 0.2% | - |
| HSV(B) | 37.89º | 0.32% | 0.24% | - |
| XYZ | 3.54 | 3.67 | 2.62 | - |
| YUV | 53.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 41 | 0 | 0.12 | 0.32 | 0.76 | 37.89 | 0.19 | 0.2 |
| Hex | 3C | 35 | 29 | 0 | C | 20 | 4C | 26 | 13 | 14 |
| Octal | 74 | 65 | 51 | 0 | 14 | 40 | 114 | 46 | 23 | 24 |
| Binary | 111100 | 110101 | 101001 | 0 | 1100 | 100000 | 1001100 | 100110 | 10011 | 10100 |
Color Harmonies of #3C3529
Complementary color
Monochromatic Colors of #3C3529
Black with #3C3529
Text Example
Text Example
White with #3C3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3529; }
p { color: rgb(60,53,41); }
H1.HeaderClassName
{
color: #3C3529;
}
.AnyTagClassName
{
color: #3C3529;
}
</style>
background-color css
<style>
a { background-color: #3C3529; }
a { background-color: rgb(60,53,41); }
div.DivClassName
{
background-color: #3C3529;
}
.BgClassName
{
background-color: #3C3529;
}
</style>
border-color css
<style>
span { border-color: #3C3529; }
span { border-color: rgb(60,53,41); }
td.TdClassName
{
border-color: #3C3529;
}
.TagClassName
{
border-color: #3C3529;
}
</style>