#41392C

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

Shades of Jacko Bean #41392C

Tints of Jacko Bean #41392C

Color information

#41392C (or 0x41392C) is unknown color: approx Jacko Bean. HEX triplet: 41, 39 and 2C. RGB value is (65,57,44). Sum of RGB (Red+Green+Blue) = 65+57+44=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #41392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41392C is #BEC6D3. Grayscale: #393939. Windows color (decimal): -12502740 or 2898241. OLE color: 2898241.

HSL color Cylindrical-coordinate representation of color #41392C: hue angle of 37.14º 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 #41392C is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB655744-
CMYK00.120.320.75
HSL37.14º19.27%21.37%-
HSV(B)37.14º32.31%25.49%-
XYZ4.14.232.98-
YUV57.91120.15133.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=39.16%
G=34.34%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65574400.120.320.7537.1419.2721.37
Hex41392C0C204B251315
Octal101715401440113452325
Binary10000011110011011000110010000010010111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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