#413524

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

Shades of Jacko Bean #413524

Tints of Jacko Bean #413524

Color information

#413524 (or 0x413524) is unknown color: approx Jacko Bean. HEX triplet: 41, 35 and 24. RGB value is (65,53,36). Sum of RGB (Red+Green+Blue) = 65+53+36=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413524 is #BECADB. Grayscale: #363636. Windows color (decimal): -12503772 or 2372929. OLE color: 2372929.

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

Color convert

RGB655336-
CMYK00.180.450.75
HSL35.17º28.71%19.8%-
HSV(B)35.17º44.62%25.49%-
XYZ3.773.82.2-
YUV54.65117.48135.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=42.21%
G=34.42%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65533600.180.450.7535.1728.7119.8
Hex4135240122D4B231d14
Octal101654402255113433524
Binary100000111010110010001001010110110010111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413524; }

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

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

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

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

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

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

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

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