#382E24

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

Shades of Cola #382E24

Tints of Cola #382E24

Color information

#382E24 (or 0x382E24) is unknown color: approx Cola. HEX triplet: 38, 2E and 24. RGB value is (56,46,36). Sum of RGB (Red+Green+Blue) = 56+46+36=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E24 is #C7D1DB. Grayscale: #2F2F2F. Windows color (decimal): -13095388 or 2371128. OLE color: 2371128.

HSL color Cylindrical-coordinate representation of color #382E24: hue angle of 30º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382E24 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB564636-
CMYK00.180.360.78
HSL30º21.74%18.04%-
HSV(B)30º35.71%21.96%-
XYZ2.932.922.08-
YUV47.85121.31133.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=40.58%
G=33.33%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56463600.180.360.783021.7418.04
Hex382E24012244E1e1612
Octal70564402244116362622
Binary1110001011101001000100101001001001110111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E24; }

 p { color: rgb(56,46,36); }

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

<style>
 a { background-color: #382E24; }

 a { background-color: rgb(56,46,36); }

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

<style>
 span { border-color: #382E24; }

 span { border-color: rgb(56,46,36); }

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