Shades of Creole #37332C
Tints of Creole #37332C
RGB
CMYK
RGB Variations
Color information
#37332C (or 0x37332C) is known color: Creole. HEX triplet: 37, 33 and 2C. RGB value is (55,51,44). Sum of RGB (Red+Green+Blue) = 55+51+44=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #37332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37332C is #C8CCD3. Grayscale: #333333. Windows color (decimal): -13159636 or 2896695. OLE color: 2896695.
HSL color Cylindrical-coordinate representation of color #37332C: hue angle of 38.18º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #37332C is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 44 | - |
| CMYK | 0 | 0.07 | 0.2 | 0.78 |
| HSL | 38.18º | 0.11% | 0.19% | - |
| HSV(B) | 38.18º | 0.2% | 0.22% | - |
| XYZ | 3.21 | 3.36 | 2.86 | - |
| YUV | 51.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 44 | 0 | 0.07 | 0.2 | 0.78 | 38.18 | 0.11 | 0.19 |
| Hex | 37 | 33 | 2C | 0 | 7 | 14 | 4E | 26 | B | 13 |
| Octal | 67 | 63 | 54 | 0 | 7 | 24 | 116 | 46 | 13 | 23 |
| Binary | 110111 | 110011 | 101100 | 0 | 111 | 10100 | 1001110 | 100110 | 1011 | 10011 |
Color Harmonies of #37332C
Complementary color
Monochromatic Colors of #37332C
Black with #37332C
Text Example
Text Example
White with #37332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37332C; }
p { color: rgb(55,51,44); }
H1.HeaderClassName
{
color: #37332C;
}
.AnyTagClassName
{
color: #37332C;
}
</style>
background-color css
<style>
a { background-color: #37332C; }
a { background-color: rgb(55,51,44); }
div.DivClassName
{
background-color: #37332C;
}
.BgClassName
{
background-color: #37332C;
}
</style>
border-color css
<style>
span { border-color: #37332C; }
span { border-color: rgb(55,51,44); }
td.TdClassName
{
border-color: #37332C;
}
.TagClassName
{
border-color: #37332C;
}
</style>