#41362A

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

Shades of Jacko Bean #41362A

Tints of Jacko Bean #41362A

Color information

#41362A (or 0x41362A) is unknown color: approx Jacko Bean. HEX triplet: 41, 36 and 2A. RGB value is (65,54,42). Sum of RGB (Red+Green+Blue) = 65+54+42=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41362A is #BEC9D5. Grayscale: #373737. Windows color (decimal): -12503510 or 2766401. OLE color: 2766401.

HSL color Cylindrical-coordinate representation of color #41362A: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41362A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB655442-
CMYK00.170.350.75
HSL31.3º21.5%20.98%-
HSV(B)31.3º35.38%25.49%-
XYZ3.923.932.74-
YUV55.92120.14134.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=40.37%
G=33.54%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65544200.170.350.7531.321.520.98
Hex41362A011234B1f1515
Octal101665202143113372525
Binary10000011101101010100100011000111001011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41362A; }

 p { color: rgb(65,54,42); }

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

<style>
 a { background-color: #41362A; }

 a { background-color: rgb(65,54,42); }

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

<style>
 span { border-color: #41362A; }

 span { border-color: rgb(65,54,42); }

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