#403427

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

Shades of Jacko Bean #403427

Tints of Jacko Bean #403427

Color information

#403427 (or 0x403427) is unknown color: approx Jacko Bean. HEX triplet: 40, 34 and 27. RGB value is (64,52,39). Sum of RGB (Red+Green+Blue) = 64+52+39=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403427 is #BFCBD8. Grayscale: #363636. Windows color (decimal): -12569561 or 2569280. OLE color: 2569280.

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

Color convert

RGB645239-
CMYK00.190.390.75
HSL31.2º24.27%20.2%-
HSV(B)31.2º39.06%25.1%-
XYZ3.713.692.44-
YUV54.11119.48135.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=41.29%
G=33.55%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64523900.190.390.7531.224.2720.2
Hex403427013274B1f1814
Octal100644702347113373024
Binary10000001101001001110100111001111001011111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403427; }

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

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

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

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

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

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

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

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