Shades of Cola #392C1F
Tints of Cola #392C1F
RGB
CMYK
RGB Variations
Color information
#392C1F (or 0x392C1F) is known color: Cola. HEX triplet: 39, 2C and 1F. RGB value is (57,44,31). Sum of RGB (Red+Green+Blue) = 57+44+31=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C1F is #C6D3E0. Grayscale: #2E2E2E. Windows color (decimal): -13030369 or 2042937. OLE color: 2042937.
HSL color Cylindrical-coordinate representation of color #392C1F: hue angle of 30º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #392C1F is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 31 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.78 |
| HSL | 30º | 0.3% | 0.17% | - |
| HSV(B) | 30º | 0.46% | 0.22% | - |
| XYZ | 2.84 | 2.77 | 1.68 | - |
| YUV | 46.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 31 | 0 | 0.23 | 0.46 | 0.78 | 30 | 0.3 | 0.17 |
| Hex | 39 | 2C | 1F | 0 | 17 | 2E | 4E | 1E | 1E | 11 |
| Octal | 71 | 54 | 37 | 0 | 27 | 56 | 116 | 36 | 36 | 21 |
| Binary | 111001 | 101100 | 11111 | 0 | 10111 | 101110 | 1001110 | 11110 | 11110 | 10001 |
Color Harmonies of #392C1F
Complementary color
Monochromatic Colors of #392C1F
Black with #392C1F
Text Example
Text Example
White with #392C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C1F; }
p { color: rgb(57,44,31); }
H1.HeaderClassName
{
color: #392C1F;
}
.AnyTagClassName
{
color: #392C1F;
}
</style>
background-color css
<style>
a { background-color: #392C1F; }
a { background-color: rgb(57,44,31); }
div.DivClassName
{
background-color: #392C1F;
}
.BgClassName
{
background-color: #392C1F;
}
</style>
border-color css
<style>
span { border-color: #392C1F; }
span { border-color: rgb(57,44,31); }
td.TdClassName
{
border-color: #392C1F;
}
.TagClassName
{
border-color: #392C1F;
}
</style>