#40382E

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

Shades of Jacko Bean #40382E

Tints of Jacko Bean #40382E

Color information

#40382E (or 0x40382E) is unknown color: approx Jacko Bean. HEX triplet: 40, 38 and 2E. RGB value is (64,56,46). Sum of RGB (Red+Green+Blue) = 64+56+46=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382E is #BFC7D1. Grayscale: #393939. Windows color (decimal): -12568530 or 3029056. OLE color: 3029056.

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

Color convert

RGB645646-
CMYK00.130.280.75
HSL33.33º16.36%21.57%-
HSV(B)33.33º28.12%25.1%-
XYZ4.024.123.17-
YUV57.25121.65132.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=38.55%
G=33.73%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64564600.130.280.7533.3316.3621.57
Hex40382E0D1C4B211016
Octal100705601534113412026
Binary1000000111000101110011011110010010111000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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