Shades of Creole #3B3427
Tints of Creole #3B3427
RGB
CMYK
RGB Variations
Color information
#3B3427 (or 0x3B3427) is known color: Creole. HEX triplet: 3B, 34 and 27. RGB value is (59,52,39). Sum of RGB (Red+Green+Blue) = 59+52+39=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3427 is #C4CBD8. Grayscale: #343434. Windows color (decimal): -12897241 or 2569275. OLE color: 2569275.
HSL color Cylindrical-coordinate representation of color #3B3427: hue angle of 39º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B3427 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 39 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.77 |
| HSL | 39º | 0.2% | 0.19% | - |
| HSV(B) | 39º | 0.34% | 0.23% | - |
| XYZ | 3.4 | 3.53 | 2.42 | - |
| YUV | 52.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 39 | 0 | 0.12 | 0.34 | 0.77 | 39 | 0.2 | 0.19 |
| Hex | 3B | 34 | 27 | 0 | C | 22 | 4D | 27 | 14 | 13 |
| Octal | 73 | 64 | 47 | 0 | 14 | 42 | 115 | 47 | 24 | 23 |
| Binary | 111011 | 110100 | 100111 | 0 | 1100 | 100010 | 1001101 | 100111 | 10100 | 10011 |
Color Harmonies of #3B3427
Complementary color
Monochromatic Colors of #3B3427
Black with #3B3427
Text Example
Text Example
White with #3B3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3427; }
p { color: rgb(59,52,39); }
H1.HeaderClassName
{
color: #3B3427;
}
.AnyTagClassName
{
color: #3B3427;
}
</style>
background-color css
<style>
a { background-color: #3B3427; }
a { background-color: rgb(59,52,39); }
div.DivClassName
{
background-color: #3B3427;
}
.BgClassName
{
background-color: #3B3427;
}
</style>
border-color css
<style>
span { border-color: #3B3427; }
span { border-color: rgb(59,52,39); }
td.TdClassName
{
border-color: #3B3427;
}
.TagClassName
{
border-color: #3B3427;
}
</style>