#382E25

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

Shades of Coffee Bean #382E25

Tints of Coffee Bean #382E25

Color information

#382E25 (or 0x382E25) is unknown color: approx Coffee Bean. HEX triplet: 38, 2E and 25. RGB value is (56,46,37). Sum of RGB (Red+Green+Blue) = 56+46+37=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E25 is #C7D1DA. Grayscale: #303030. Windows color (decimal): -13095387 or 2436664. OLE color: 2436664.

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

Color convert

RGB564637-
CMYK00.180.340.78
HSL28.42º20.43%18.24%-
HSV(B)28.42º33.93%21.96%-
XYZ2.942.932.16-
YUV47.96121.81133.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=40.29%
G=33.09%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56463700.180.340.7828.4220.4318.24
Hex382E25012224E1c1412
Octal70564502242116342422
Binary1110001011101001010100101000101001110111001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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