#403325

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

Shades of Jacko Bean #403325

Tints of Jacko Bean #403325

Color information

#403325 (or 0x403325) is unknown color: approx Jacko Bean. HEX triplet: 40, 33 and 25. RGB value is (64,51,37). Sum of RGB (Red+Green+Blue) = 64+51+37=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403325 is #BFCCDA. Grayscale: #353535. Windows color (decimal): -12569819 or 2437952. OLE color: 2437952.

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

Color convert

RGB645137-
CMYK00.200.420.75
HSL31.11º26.73%19.8%-
HSV(B)31.11º42.19%25.1%-
XYZ3.633.592.25-
YUV53.29118.81135.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=42.11%
G=33.55%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513700.200.420.7531.1126.7319.8
Hex4033250142A4B1f1b14
Octal100634502452113373324
Binary10000001100111001010101001010101001011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403325; }

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

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

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

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

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

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

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

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