#382F27

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

Shades of Coffee Bean #382F27

Tints of Coffee Bean #382F27

Color information

#382F27 (or 0x382F27) is unknown color: approx Coffee Bean. HEX triplet: 38, 2F and 27. RGB value is (56,47,39). Sum of RGB (Red+Green+Blue) = 56+47+39=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F27 is #C7D0D8. Grayscale: #303030. Windows color (decimal): -13095129 or 2567992. OLE color: 2567992.

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

Color convert

RGB564739-
CMYK00.160.300.78
HSL28.24º17.89%18.63%-
HSV(B)28.24º30.36%21.96%-
XYZ3.013.022.34-
YUV48.78122.48133.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=39.44%
G=33.10%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56473900.160.300.7828.2417.8918.63
Hex382F270101E4E1c1213
Octal70574702036116342223
Binary111000101111100111010000111101001110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,47,39); }

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

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

 a { background-color: rgb(56,47,39); }

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

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

 span { border-color: rgb(56,47,39); }

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