#413526

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

Shades of Jacko Bean #413526

Tints of Jacko Bean #413526

Color information

#413526 (or 0x413526) is unknown color: approx Jacko Bean. HEX triplet: 41, 35 and 26. RGB value is (65,53,38). Sum of RGB (Red+Green+Blue) = 65+53+38=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413526 is #BECAD9. Grayscale: #363636. Windows color (decimal): -12503770 or 2504001. OLE color: 2504001.

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

Color convert

RGB655338-
CMYK00.180.420.75
HSL33.33º26.21%20.2%-
HSV(B)33.33º41.54%25.49%-
XYZ3.83.812.37-
YUV54.88118.48135.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=41.67%
G=33.97%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65533800.180.420.7533.3326.2120.2
Hex4135260122A4B211a14
Octal101654602252113413224
Binary100000111010110011001001010101010010111000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413526; }

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

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

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

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

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

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

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

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