Shades of Creole #3C3327
Tints of Creole #3C3327
RGB
CMYK
RGB Variations
Color information
#3C3327 (or 0x3C3327) is known color: Creole. HEX triplet: 3C, 33 and 27. RGB value is (60,51,39). Sum of RGB (Red+Green+Blue) = 60+51+39=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3327 is #C3CCD8. Grayscale: #343434. Windows color (decimal): -12831961 or 2569020. OLE color: 2569020.
HSL color Cylindrical-coordinate representation of color #3C3327: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C3327 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 39 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.76 |
| HSL | 34.29º | 0.21% | 0.19% | - |
| HSV(B) | 34.29º | 0.35% | 0.24% | - |
| XYZ | 3.41 | 3.47 | 2.41 | - |
| YUV | 52.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 39 | 0 | 0.15 | 0.35 | 0.76 | 34.29 | 0.21 | 0.19 |
| Hex | 3C | 33 | 27 | 0 | F | 23 | 4C | 22 | 15 | 13 |
| Octal | 74 | 63 | 47 | 0 | 17 | 43 | 114 | 42 | 25 | 23 |
| Binary | 111100 | 110011 | 100111 | 0 | 1111 | 100011 | 1001100 | 100010 | 10101 | 10011 |
Color Harmonies of #3C3327
Complementary color
Monochromatic Colors of #3C3327
Black with #3C3327
Text Example
Text Example
White with #3C3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3327; }
p { color: rgb(60,51,39); }
H1.HeaderClassName
{
color: #3C3327;
}
.AnyTagClassName
{
color: #3C3327;
}
</style>
background-color css
<style>
a { background-color: #3C3327; }
a { background-color: rgb(60,51,39); }
div.DivClassName
{
background-color: #3C3327;
}
.BgClassName
{
background-color: #3C3327;
}
</style>
border-color css
<style>
span { border-color: #3C3327; }
span { border-color: rgb(60,51,39); }
td.TdClassName
{
border-color: #3C3327;
}
.TagClassName
{
border-color: #3C3327;
}
</style>