Shades of Creole #393020
Tints of Creole #393020
RGB
CMYK
RGB Variations
Color information
#393020 (or 0x393020) is known color: Creole. HEX triplet: 39, 30 and 20. RGB value is (57,48,32). Sum of RGB (Red+Green+Blue) = 57+48+32=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #393020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393020 is #C6CFDF. Grayscale: #303030. Windows color (decimal): -13029344 or 2109497. OLE color: 2109497.
HSL color Cylindrical-coordinate representation of color #393020: hue angle of 38.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393020 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 32 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.78 |
| HSL | 38.4º | 0.28% | 0.17% | - |
| HSV(B) | 38.4º | 0.44% | 0.22% | - |
| XYZ | 3.01 | 3.09 | 1.8 | - |
| YUV | 48.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 32 | 0 | 0.16 | 0.44 | 0.78 | 38.4 | 0.28 | 0.17 |
| Hex | 39 | 30 | 20 | 0 | 10 | 2C | 4E | 26 | 1C | 11 |
| Octal | 71 | 60 | 40 | 0 | 20 | 54 | 116 | 46 | 34 | 21 |
| Binary | 111001 | 110000 | 100000 | 0 | 10000 | 101100 | 1001110 | 100110 | 11100 | 10001 |
Color Harmonies of #393020
Complementary color
Monochromatic Colors of #393020
Black with #393020
Text Example
Text Example
White with #393020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393020; }
p { color: rgb(57,48,32); }
H1.HeaderClassName
{
color: #393020;
}
.AnyTagClassName
{
color: #393020;
}
</style>
background-color css
<style>
a { background-color: #393020; }
a { background-color: rgb(57,48,32); }
div.DivClassName
{
background-color: #393020;
}
.BgClassName
{
background-color: #393020;
}
</style>
border-color css
<style>
span { border-color: #393020; }
span { border-color: rgb(57,48,32); }
td.TdClassName
{
border-color: #393020;
}
.TagClassName
{
border-color: #393020;
}
</style>