Shades of Creole #3C3429
Tints of Creole #3C3429
RGB
CMYK
RGB Variations
Color information
#3C3429 (or 0x3C3429) is known color: Creole. HEX triplet: 3C, 34 and 29. RGB value is (60,52,41). Sum of RGB (Red+Green+Blue) = 60+52+41=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3429 is #C3CBD6. Grayscale: #353535. Windows color (decimal): -12831703 or 2700348. OLE color: 2700348.
HSL color Cylindrical-coordinate representation of color #3C3429: hue angle of 34.74º 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 #3C3429 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 41 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.76 |
| HSL | 34.74º | 0.19% | 0.2% | - |
| HSV(B) | 34.74º | 0.32% | 0.24% | - |
| XYZ | 3.49 | 3.58 | 2.6 | - |
| YUV | 53.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 41 | 0 | 0.13 | 0.32 | 0.76 | 34.74 | 0.19 | 0.2 |
| Hex | 3C | 34 | 29 | 0 | D | 20 | 4C | 23 | 13 | 14 |
| Octal | 74 | 64 | 51 | 0 | 15 | 40 | 114 | 43 | 23 | 24 |
| Binary | 111100 | 110100 | 101001 | 0 | 1101 | 100000 | 1001100 | 100011 | 10011 | 10100 |
Color Harmonies of #3C3429
Complementary color
Monochromatic Colors of #3C3429
Black with #3C3429
Text Example
Text Example
White with #3C3429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3429; }
p { color: rgb(60,52,41); }
H1.HeaderClassName
{
color: #3C3429;
}
.AnyTagClassName
{
color: #3C3429;
}
</style>
background-color css
<style>
a { background-color: #3C3429; }
a { background-color: rgb(60,52,41); }
div.DivClassName
{
background-color: #3C3429;
}
.BgClassName
{
background-color: #3C3429;
}
</style>
border-color css
<style>
span { border-color: #3C3429; }
span { border-color: rgb(60,52,41); }
td.TdClassName
{
border-color: #3C3429;
}
.TagClassName
{
border-color: #3C3429;
}
</style>