Shades of Creole #36332D
Tints of Creole #36332D
RGB
CMYK
RGB Variations
Color information
#36332D (or 0x36332D) is known color: Creole. HEX triplet: 36, 33 and 2D. RGB value is (54,51,45). Sum of RGB (Red+Green+Blue) = 54+51+45=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 54 - color contains mainly: red. Hex color #36332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332D is #C9CCD2. Grayscale: #333333. Windows color (decimal): -13225171 or 2962230. OLE color: 2962230.
HSL color Cylindrical-coordinate representation of color #36332D: hue angle of 40º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #36332D is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 45 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.79 |
| HSL | 40º | 0.09% | 0.19% | - |
| HSV(B) | 40º | 0.17% | 0.21% | - |
| XYZ | 3.18 | 3.34 | 2.96 | - |
| YUV | 51.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 45 | 0 | 0.06 | 0.17 | 0.79 | 40 | 0.09 | 0.19 |
| Hex | 36 | 33 | 2D | 0 | 6 | 11 | 4F | 28 | 9 | 13 |
| Octal | 66 | 63 | 55 | 0 | 6 | 21 | 117 | 50 | 11 | 23 |
| Binary | 110110 | 110011 | 101101 | 0 | 110 | 10001 | 1001111 | 101000 | 1001 | 10011 |
Color Harmonies of #36332D
Complementary color
Monochromatic Colors of #36332D
Black with #36332D
Text Example
Text Example
White with #36332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36332D; }
p { color: rgb(54,51,45); }
H1.HeaderClassName
{
color: #36332D;
}
.AnyTagClassName
{
color: #36332D;
}
</style>
background-color css
<style>
a { background-color: #36332D; }
a { background-color: rgb(54,51,45); }
div.DivClassName
{
background-color: #36332D;
}
.BgClassName
{
background-color: #36332D;
}
</style>
border-color css
<style>
span { border-color: #36332D; }
span { border-color: rgb(54,51,45); }
td.TdClassName
{
border-color: #36332D;
}
.TagClassName
{
border-color: #36332D;
}
</style>