#41382C

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

Shades of Jacko Bean #41382C

Tints of Jacko Bean #41382C

Color information

#41382C (or 0x41382C) is unknown color: approx Jacko Bean. HEX triplet: 41, 38 and 2C. RGB value is (65,56,44). Sum of RGB (Red+Green+Blue) = 65+56+44=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #41382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382C is #BEC7D3. Grayscale: #393939. Windows color (decimal): -12502996 or 2897985. OLE color: 2897985.

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

Color convert

RGB655644-
CMYK00.140.320.75
HSL34.29º19.27%21.37%-
HSV(B)34.29º32.31%25.49%-
XYZ4.054.132.97-
YUV57.32120.48133.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=39.39%
G=33.94%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65564400.140.320.7534.2919.2721.37
Hex41382C0E204B221315
Octal101705401640113422325
Binary10000011110001011000111010000010010111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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