#413528

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

Shades of Jacko Bean #413528

Tints of Jacko Bean #413528

Color information

#413528 (or 0x413528) is unknown color: approx Jacko Bean. HEX triplet: 41, 35 and 28. RGB value is (65,53,40). Sum of RGB (Red+Green+Blue) = 65+53+40=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413528 is #BECAD7. Grayscale: #373737. Windows color (decimal): -12503768 or 2635073. OLE color: 2635073.

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

Color convert

RGB655340-
CMYK00.180.380.75
HSL31.2º23.81%20.59%-
HSV(B)31.2º38.46%25.49%-
XYZ3.843.822.54-
YUV55.11119.48135.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=41.14%
G=33.54%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65534000.180.380.7531.223.8120.59
Hex413528012264B1f1815
Octal101655002246113373025
Binary10000011101011010000100101001101001011111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413528; }

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

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

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

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

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

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

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

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