#392C20

Color #392C20 Cola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cola #392C20

Tints of Cola #392C20

Color information

#392C20 (or 0x392C20) is unknown color: approx Cola. HEX triplet: 39, 2C and 20. RGB value is (57,44,32). Sum of RGB (Red+Green+Blue) = 57+44+32=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #392C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C20 is #C6D3DF. Grayscale: #2E2E2E. Windows color (decimal): -13030368 or 2108473. OLE color: 2108473.

HSL color Cylindrical-coordinate representation of color #392C20: hue angle of 28.8º 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 #392C20 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB574432-
CMYK00.230.440.78
HSL28.8º28.09%17.45%-
HSV(B)28.8º43.86%22.35%-
XYZ2.852.781.75-
YUV46.52119.81135.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=42.86%
G=33.08%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57443200.230.440.7828.828.0917.45
Hex392C200172C4E1d1c11
Octal71544002754116353421
Binary1110011011001000000101111011001001110111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392C20; }

 p { color: rgb(57,44,32); }

 H1.HeaderClassName
 {
   color: #392C20;
 }
 .AnyTagClassName
 {
   color: #392C20;
 }
</style>
background-color css

<style>
 a { background-color: #392C20; }

 a { background-color: rgb(57,44,32); }

 div.DivClassName
 {
   background-color: #392C20;
 }
 .BgClassName
 {
   background-color: #392C20;
 }
</style>
border-color css

<style>
 span { border-color: #392C20; }

 span { border-color: rgb(57,44,32); }

 td.TdClassName
 {
   border-color: #392C20;
 }
 .TagClassName
 {
   border-color: #392C20;
 }
</style>