#40372C

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

Shades of Jacko Bean #40372C

Tints of Jacko Bean #40372C

Color information

#40372C (or 0x40372C) is unknown color: approx Jacko Bean. HEX triplet: 40, 37 and 2C. RGB value is (64,55,44). Sum of RGB (Red+Green+Blue) = 64+55+44=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40372C is #BFC8D3. Grayscale: #383838. Windows color (decimal): -12568788 or 2897728. OLE color: 2897728.

HSL color Cylindrical-coordinate representation of color #40372C: hue angle of 33º 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 #40372C is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB645544-
CMYK00.140.310.75
HSL33º18.52%21.18%-
HSV(B)33º31.25%25.1%-
XYZ3.9442.95-
YUV56.44120.98133.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=39.26%
G=33.74%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64554400.140.310.753318.5221.18
Hex40372C0E1F4B211315
Octal100675401637113412325
Binary1000000110111101100011101111110010111000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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