#403324

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

Shades of Jacko Bean #403324

Tints of Jacko Bean #403324

Color information

#403324 (or 0x403324) is unknown color: approx Jacko Bean. HEX triplet: 40, 33 and 24. RGB value is (64,51,36). Sum of RGB (Red+Green+Blue) = 64+51+36=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403324 is #BFCCDB. Grayscale: #353535. Windows color (decimal): -12569820 or 2372416. OLE color: 2372416.

HSL color Cylindrical-coordinate representation of color #403324: hue angle of 32.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403324 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB645136-
CMYK00.200.440.75
HSL32.14º28%19.61%-
HSV(B)32.14º43.75%25.1%-
XYZ3.623.592.17-
YUV53.18118.31135.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=42.38%
G=33.77%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513600.200.440.7532.142819.61
Hex4033240142C4B201c14
Octal100634402454113403424
Binary100000011001110010001010010110010010111000001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403324; }

 p { color: rgb(64,51,36); }

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

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

 a { background-color: rgb(64,51,36); }

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

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

 span { border-color: rgb(64,51,36); }

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