#41372C

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

Shades of Jacko Bean #41372C

Tints of Jacko Bean #41372C

Color information

#41372C (or 0x41372C) is unknown color: approx Jacko Bean. HEX triplet: 41, 37 and 2C. RGB value is (65,55,44). Sum of RGB (Red+Green+Blue) = 65+55+44=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #41372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372C is #BEC8D3. Grayscale: #383838. Windows color (decimal): -12503252 or 2897729. OLE color: 2897729.

HSL color Cylindrical-coordinate representation of color #41372C: hue angle of 31.43º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41372C is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB655544-
CMYK00.150.320.75
HSL31.43º19.27%21.37%-
HSV(B)31.43º32.31%25.49%-
XYZ44.042.95-
YUV56.74120.81133.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=39.63%
G=33.54%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65554400.150.320.7531.4319.2721.37
Hex41372C0F204B1f1315
Octal101675401740113372325
Binary1000001110111101100011111000001001011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41372C; }

 p { color: rgb(65,55,44); }

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

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

 a { background-color: rgb(65,55,44); }

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

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

 span { border-color: rgb(65,55,44); }

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