#41382D

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

Shades of Jacko Bean #41382D

Tints of Jacko Bean #41382D

Color information

#41382D (or 0x41382D) is unknown color: approx Jacko Bean. HEX triplet: 41, 38 and 2D. RGB value is (65,56,45). Sum of RGB (Red+Green+Blue) = 65+56+45=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #41382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382D is #BEC7D2. Grayscale: #393939. Windows color (decimal): -12502995 or 2963521. OLE color: 2963521.

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

Color convert

RGB655645-
CMYK00.140.310.75
HSL33º18.18%21.57%-
HSV(B)33º30.77%25.49%-
XYZ4.074.143.07-
YUV57.44120.98133.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=39.16%
G=33.73%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65564500.140.310.753318.1821.57
Hex41382D0E1F4B211216
Octal101705501637113412226
Binary1000001111000101101011101111110010111000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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