#413626

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

Shades of Jacko Bean #413626

Tints of Jacko Bean #413626

Color information

#413626 (or 0x413626) is unknown color: approx Jacko Bean. HEX triplet: 41, 36 and 26. RGB value is (65,54,38). Sum of RGB (Red+Green+Blue) = 65+54+38=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413626 is #BEC9D9. Grayscale: #373737. Windows color (decimal): -12503514 or 2504257. OLE color: 2504257.

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

Color convert

RGB655438-
CMYK00.170.420.75
HSL35.56º26.21%20.2%-
HSV(B)35.56º41.54%25.49%-
XYZ3.853.92.38-
YUV55.46118.14134.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=41.40%
G=34.39%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65543800.170.420.7535.5626.2120.2
Hex4136260112A4B241a14
Octal101664602152113443224
Binary100000111011010011001000110101010010111001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413626; }

 p { color: rgb(65,54,38); }

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

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

 a { background-color: rgb(65,54,38); }

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

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

 span { border-color: rgb(65,54,38); }

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