#403425

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

Shades of Jacko Bean #403425

Tints of Jacko Bean #403425

Color information

#403425 (or 0x403425) is unknown color: approx Jacko Bean. HEX triplet: 40, 34 and 25. RGB value is (64,52,37). Sum of RGB (Red+Green+Blue) = 64+52+37=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403425 is #BFCBDA. Grayscale: #353535. Windows color (decimal): -12569563 or 2438208. OLE color: 2438208.

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

Color convert

RGB645237-
CMYK00.190.420.75
HSL33.33º26.73%19.8%-
HSV(B)33.33º42.19%25.1%-
XYZ3.683.682.27-
YUV53.88118.48135.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=41.83%
G=33.99%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64523700.190.420.7533.3326.7319.8
Hex4034250132A4B211b14
Octal100644502352113413324
Binary100000011010010010101001110101010010111000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403425; }

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

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

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

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

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

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

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

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