#403629

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

Shades of Jacko Bean #403629

Tints of Jacko Bean #403629

Color information

#403629 (or 0x403629) is unknown color: approx Jacko Bean. HEX triplet: 40, 36 and 29. RGB value is (64,54,41). Sum of RGB (Red+Green+Blue) = 64+54+41=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403629 is #BFC9D6. Grayscale: #373737. Windows color (decimal): -12569047 or 2700864. OLE color: 2700864.

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

Color convert

RGB645441-
CMYK00.160.360.75
HSL33.91º21.9%20.59%-
HSV(B)33.91º35.94%25.1%-
XYZ3.833.892.65-
YUV55.51119.81134.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=40.25%
G=33.96%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64544100.160.360.7533.9121.920.59
Hex403629010244B221615
Octal100665102044113422625
Binary100000011011010100101000010010010010111000101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403629; }

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

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

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

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

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

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

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

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