#403A32

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

Shades of Jacko Bean #403A32

Tints of Jacko Bean #403A32

Color information

#403A32 (or 0x403A32) is unknown color: approx Jacko Bean. HEX triplet: 40, 3A and 32. RGB value is (64,58,50). Sum of RGB (Red+Green+Blue) = 64+58+50=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A32 is #BFC5CD. Grayscale: #3A3A3A. Windows color (decimal): -12568014 or 3291712. OLE color: 3291712.

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

Color convert

RGB645850-
CMYK00.090.220.75
HSL34.29º12.28%22.35%-
HSV(B)34.29º21.88%25.1%-
XYZ4.24.353.64-
YUV58.88122.99131.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=37.21%
G=33.72%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64585000.090.220.7534.2912.2822.35
Hex403A3209164B22c16
Octal100726201126113421426
Binary100000011101011001001001101101001011100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403A32; }

 p { color: rgb(64,58,50); }

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

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

 a { background-color: rgb(64,58,50); }

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

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

 span { border-color: rgb(64,58,50); }

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