#403627

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

Shades of Jacko Bean #403627

Tints of Jacko Bean #403627

Color information

#403627 (or 0x403627) is unknown color: approx Jacko Bean. HEX triplet: 40, 36 and 27. RGB value is (64,54,39). Sum of RGB (Red+Green+Blue) = 64+54+39=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403627 is #BFC9D8. Grayscale: #373737. Windows color (decimal): -12569049 or 2569792. OLE color: 2569792.

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

Color convert

RGB645439-
CMYK00.160.390.75
HSL36º24.27%20.2%-
HSV(B)36º39.06%25.1%-
XYZ3.83.872.47-
YUV55.28118.81134.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=40.76%
G=34.39%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64543900.160.390.753624.2720.2
Hex403627010274B241814
Octal100664702047113443024
Binary100000011011010011101000010011110010111001001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403627; }

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

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

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

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

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

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

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

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