#403426

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

Shades of Jacko Bean #403426

Tints of Jacko Bean #403426

Color information

#403426 (or 0x403426) is unknown color: approx Jacko Bean. HEX triplet: 40, 34 and 26. RGB value is (64,52,38). Sum of RGB (Red+Green+Blue) = 64+52+38=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403426 is #BFCBD9. Grayscale: #363636. Windows color (decimal): -12569562 or 2503744. OLE color: 2503744.

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

Color convert

RGB645238-
CMYK00.190.410.75
HSL32.31º25.49%20%-
HSV(B)32.31º40.62%25.1%-
XYZ3.693.692.35-
YUV53.99118.98135.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=41.56%
G=33.77%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64523800.190.410.7532.3125.4920
Hex403426013294B201914
Octal100644602351113403124
Binary100000011010010011001001110100110010111000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403426; }

 p { color: rgb(64,52,38); }

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

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

 a { background-color: rgb(64,52,38); }

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

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

 span { border-color: rgb(64,52,38); }

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