#40382C

Color #40382C Jacko Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacko Bean #40382C

Tints of Jacko Bean #40382C

Color information

#40382C (or 0x40382C) is unknown color: approx Jacko Bean. HEX triplet: 40, 38 and 2C. RGB value is (64,56,44). Sum of RGB (Red+Green+Blue) = 64+56+44=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #40382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382C is #BFC7D3. Grayscale: #393939. Windows color (decimal): -12568532 or 2897984. OLE color: 2897984.

HSL color Cylindrical-coordinate representation of color #40382C: hue angle of 36º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40382C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB645644-
CMYK00.130.310.75
HSL36º18.52%21.18%-
HSV(B)36º31.25%25.1%-
XYZ3.984.12.96-
YUV57.02120.65132.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=39.02%
G=34.15%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64564400.130.310.753618.5221.18
Hex40382C0D1F4B241315
Octal100705401537113442325
Binary1000000111000101100011011111110010111001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40382C; }

 p { color: rgb(64,56,44); }

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

<style>
 a { background-color: #40382C; }

 a { background-color: rgb(64,56,44); }

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

<style>
 span { border-color: #40382C; }

 span { border-color: rgb(64,56,44); }

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