#41382E

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

Shades of Jacko Bean #41382E

Tints of Jacko Bean #41382E

Color information

#41382E (or 0x41382E) is unknown color: approx Jacko Bean. HEX triplet: 41, 38 and 2E. RGB value is (65,56,46). Sum of RGB (Red+Green+Blue) = 65+56+46=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #41382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382E is #BEC7D1. Grayscale: #393939. Windows color (decimal): -12502994 or 3029057. OLE color: 3029057.

HSL color Cylindrical-coordinate representation of color #41382E: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41382E is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB655646-
CMYK00.140.290.75
HSL31.58º17.12%21.76%-
HSV(B)31.58º29.23%25.49%-
XYZ4.094.153.17-
YUV57.55121.48133.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=38.92%
G=33.53%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65564600.140.290.7531.5817.1221.76
Hex41382E0E1D4B201116
Octal101705601635113402126
Binary1000001111000101110011101110110010111000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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