#41372D

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

Shades of Jacko Bean #41372D

Tints of Jacko Bean #41372D

Color information

#41372D (or 0x41372D) is unknown color: approx Jacko Bean. HEX triplet: 41, 37 and 2D. RGB value is (65,55,45). Sum of RGB (Red+Green+Blue) = 65+55+45=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #41372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372D is #BEC8D2. Grayscale: #383838. Windows color (decimal): -12503251 or 2963265. OLE color: 2963265.

HSL color Cylindrical-coordinate representation of color #41372D: hue angle of 30º 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 #41372D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB655545-
CMYK00.150.310.75
HSL30º18.18%21.57%-
HSV(B)30º30.77%25.49%-
XYZ4.024.053.05-
YUV56.85121.31133.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=39.39%
G=33.33%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65554500.150.310.753018.1821.57
Hex41372D0F1F4B1e1216
Octal101675501737113362226
Binary100000111011110110101111111111001011111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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