#40372A

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

Shades of Jacko Bean #40372A

Tints of Jacko Bean #40372A

Color information

#40372A (or 0x40372A) is unknown color: approx Jacko Bean. HEX triplet: 40, 37 and 2A. RGB value is (64,55,42). Sum of RGB (Red+Green+Blue) = 64+55+42=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #40372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40372A is #BFC8D5. Grayscale: #383838. Windows color (decimal): -12568790 or 2766656. OLE color: 2766656.

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

Color convert

RGB645542-
CMYK00.140.340.75
HSL35.45º20.75%20.78%-
HSV(B)35.45º34.38%25.1%-
XYZ3.93.992.76-
YUV56.21119.98133.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=39.75%
G=34.16%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64554200.140.340.7535.4520.7520.78
Hex40372A0E224B231515
Octal100675201642113432525
Binary10000001101111010100111010001010010111000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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