#403529

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

Shades of Jacko Bean #403529

Tints of Jacko Bean #403529

Color information

#403529 (or 0x403529) is unknown color: approx Jacko Bean. HEX triplet: 40, 35 and 29. RGB value is (64,53,41). Sum of RGB (Red+Green+Blue) = 64+53+41=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #403529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403529 is #BFCAD6. Grayscale: #363636. Windows color (decimal): -12569303 or 2700608. OLE color: 2700608.

HSL color Cylindrical-coordinate representation of color #403529: hue angle of 31.3º 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 #403529 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB645341-
CMYK00.170.360.75
HSL31.3º21.9%20.59%-
HSV(B)31.3º35.94%25.1%-
XYZ3.793.82.63-
YUV54.92120.14134.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=40.51%
G=33.54%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64534100.170.360.7531.321.920.59
Hex403529011244B1f1615
Octal100655102144113372625
Binary10000001101011010010100011001001001011111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403529; }

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

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

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

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

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

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

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

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