#413527

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

Shades of Jacko Bean #413527

Tints of Jacko Bean #413527

Color information

#413527 (or 0x413527) is unknown color: approx Jacko Bean. HEX triplet: 41, 35 and 27. RGB value is (65,53,39). Sum of RGB (Red+Green+Blue) = 65+53+39=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413527 is #BECAD8. Grayscale: #373737. Windows color (decimal): -12503769 or 2569537. OLE color: 2569537.

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

Color convert

RGB655339-
CMYK00.180.400.75
HSL32.31º25%20.39%-
HSV(B)32.31º40%25.49%-
XYZ3.823.822.45-
YUV54.99118.98135.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=41.40%
G=33.76%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65533900.180.400.7532.312520.39
Hex413527012284B201914
Octal101654702250113403124
Binary100000111010110011101001010100010010111000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413527; }

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

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

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

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

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

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

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

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