Shades of Cola #392F24
Tints of Cola #392F24
RGB
CMYK
RGB Variations
Color information
#392F24 (or 0x392F24) is known color: Cola. HEX triplet: 39, 2F and 24. RGB value is (57,47,36). Sum of RGB (Red+Green+Blue) = 57+47+36=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F24 is #C6D0DB. Grayscale: #303030. Windows color (decimal): -13029596 or 2371385. OLE color: 2371385.
HSL color Cylindrical-coordinate representation of color #392F24: hue angle of 31.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392F24 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 36 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.78 |
| HSL | 31.43º | 0.23% | 0.18% | - |
| HSV(B) | 31.43º | 0.37% | 0.22% | - |
| XYZ | 3.02 | 3.03 | 2.09 | - |
| YUV | 48.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 36 | 0 | 0.18 | 0.37 | 0.78 | 31.43 | 0.23 | 0.18 |
| Hex | 39 | 2F | 24 | 0 | 12 | 25 | 4E | 1F | 17 | 12 |
| Octal | 71 | 57 | 44 | 0 | 22 | 45 | 116 | 37 | 27 | 22 |
| Binary | 111001 | 101111 | 100100 | 0 | 10010 | 100101 | 1001110 | 11111 | 10111 | 10010 |
Color Harmonies of #392F24
Complementary color
Monochromatic Colors of #392F24
Black with #392F24
Text Example
Text Example
White with #392F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F24; }
p { color: rgb(57,47,36); }
H1.HeaderClassName
{
color: #392F24;
}
.AnyTagClassName
{
color: #392F24;
}
</style>
background-color css
<style>
a { background-color: #392F24; }
a { background-color: rgb(57,47,36); }
div.DivClassName
{
background-color: #392F24;
}
.BgClassName
{
background-color: #392F24;
}
</style>
border-color css
<style>
span { border-color: #392F24; }
span { border-color: rgb(57,47,36); }
td.TdClassName
{
border-color: #392F24;
}
.TagClassName
{
border-color: #392F24;
}
</style>