#392D20

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

Shades of Cola #392D20

Tints of Cola #392D20

Color information

#392D20 (or 0x392D20) is unknown color: approx Cola. HEX triplet: 39, 2D and 20. RGB value is (57,45,32). Sum of RGB (Red+Green+Blue) = 57+45+32=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D20 is #C6D2DF. Grayscale: #2F2F2F. Windows color (decimal): -13030112 or 2108729. OLE color: 2108729.

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

Color convert

RGB574532-
CMYK00.210.440.78
HSL31.2º28.09%17.45%-
HSV(B)31.2º43.86%22.35%-
XYZ2.892.851.76-
YUV47.11119.48135.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=42.54%
G=33.58%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57453200.210.440.7831.228.0917.45
Hex392D200152C4E1f1c11
Octal71554002554116373421
Binary1110011011011000000101011011001001110111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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