#40362A

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

Shades of Jacko Bean #40362A

Tints of Jacko Bean #40362A

Color information

#40362A (or 0x40362A) is unknown color: approx Jacko Bean. HEX triplet: 40, 36 and 2A. RGB value is (64,54,42). Sum of RGB (Red+Green+Blue) = 64+54+42=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #40362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40362A is #BFC9D5. Grayscale: #373737. Windows color (decimal): -12569046 or 2766400. OLE color: 2766400.

HSL color Cylindrical-coordinate representation of color #40362A: hue angle of 32.73º 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 #40362A is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB645442-
CMYK00.160.340.75
HSL32.73º20.75%20.78%-
HSV(B)32.73º34.38%25.1%-
XYZ3.853.92.74-
YUV55.62120.31133.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=40%
G=33.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64544200.160.340.7532.7320.7520.78
Hex40362A010224B211515
Octal100665202042113412525
Binary100000011011010101001000010001010010111000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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