#40372D

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

Shades of Jacko Bean #40372D

Tints of Jacko Bean #40372D

Color information

#40372D (or 0x40372D) is unknown color: approx Jacko Bean. HEX triplet: 40, 37 and 2D. RGB value is (64,55,45). Sum of RGB (Red+Green+Blue) = 64+55+45=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #40372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40372D is #BFC8D2. Grayscale: #383838. Windows color (decimal): -12568787 or 2963264. OLE color: 2963264.

HSL color Cylindrical-coordinate representation of color #40372D: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40372D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB645545-
CMYK00.140.300.75
HSL31.58º17.43%21.37%-
HSV(B)31.58º29.69%25.1%-
XYZ3.954.013.05-
YUV56.55121.48133.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=39.02%
G=33.54%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64554500.140.300.7531.5817.4321.37
Hex40372D0E1E4B201115
Octal100675501636113402125
Binary1000000110111101101011101111010010111000001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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