#403326

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

Shades of Jacko Bean #403326

Tints of Jacko Bean #403326

Color information

#403326 (or 0x403326) is unknown color: approx Jacko Bean. HEX triplet: 40, 33 and 26. RGB value is (64,51,38). Sum of RGB (Red+Green+Blue) = 64+51+38=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403326 is #BFCCD9. Grayscale: #353535. Windows color (decimal): -12569818 or 2503488. OLE color: 2503488.

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

Color convert

RGB645138-
CMYK00.200.410.75
HSL30º25.49%20%-
HSV(B)30º40.62%25.1%-
XYZ3.653.62.34-
YUV53.4119.31135.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=41.83%
G=33.33%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513800.200.410.753025.4920
Hex403326014294B1e1914
Octal100634602451113363124
Binary10000001100111001100101001010011001011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403326; }

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

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

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

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

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

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

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

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