#403931

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

Shades of Jacko Bean #403931

Tints of Jacko Bean #403931

Color information

#403931 (or 0x403931) is unknown color: approx Jacko Bean. HEX triplet: 40, 39 and 31. RGB value is (64,57,49). Sum of RGB (Red+Green+Blue) = 64+57+49=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #403931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403931 is #BFC6CE. Grayscale: #3A3A3A. Windows color (decimal): -12568271 or 3225920. OLE color: 3225920.

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

Color convert

RGB645749-
CMYK00.110.230.75
HSL32º13.27%22.16%-
HSV(B)32º23.44%25.1%-
XYZ4.134.243.51-
YUV58.18122.82132.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=37.65%
G=33.53%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64574900.110.230.753213.2722.16
Hex4039310B174B20d16
Octal100716101327113401526
Binary100000011100111000101011101111001011100000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403931; }

 p { color: rgb(64,57,49); }

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

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

 a { background-color: rgb(64,57,49); }

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

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

 span { border-color: rgb(64,57,49); }

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