#40382F

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

Shades of Jacko Bean #40382F

Tints of Jacko Bean #40382F

Color information

#40382F (or 0x40382F) is unknown color: approx Jacko Bean. HEX triplet: 40, 38 and 2F. RGB value is (64,56,47). Sum of RGB (Red+Green+Blue) = 64+56+47=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #40382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382F is #BFC7D0. Grayscale: #393939. Windows color (decimal): -12568529 or 3094592. OLE color: 3094592.

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

Color convert

RGB645647-
CMYK00.130.270.75
HSL31.76º15.32%21.76%-
HSV(B)31.76º26.56%25.1%-
XYZ4.044.123.27-
YUV57.37122.15132.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=38.32%
G=33.53%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64564700.130.270.7531.7615.3221.76
Hex40382F0D1B4B20f16
Octal100705701533113401726
Binary100000011100010111101101110111001011100000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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