#403729

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

Shades of Jacko Bean #403729

Tints of Jacko Bean #403729

Color information

#403729 (or 0x403729) is unknown color: approx Jacko Bean. HEX triplet: 40, 37 and 29. RGB value is (64,55,41). Sum of RGB (Red+Green+Blue) = 64+55+41=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403729 is #BFC8D6. Grayscale: #383838. Windows color (decimal): -12568791 or 2701120. OLE color: 2701120.

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

Color convert

RGB645541-
CMYK00.140.360.75
HSL36.52º21.9%20.59%-
HSV(B)36.52º35.94%25.1%-
XYZ3.883.982.66-
YUV56.09119.48133.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=40%
G=34.38%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64554100.140.360.7536.5221.920.59
Hex4037290E244B251615
Octal100675101644113452625
Binary10000001101111010010111010010010010111001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403729; }

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

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

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

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

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

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

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

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