#41372A

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

Shades of Jacko Bean #41372A

Tints of Jacko Bean #41372A

Color information

#41372A (or 0x41372A) is unknown color: approx Jacko Bean. HEX triplet: 41, 37 and 2A. RGB value is (65,55,42). Sum of RGB (Red+Green+Blue) = 65+55+42=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #41372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372A is #BEC8D5. Grayscale: #383838. Windows color (decimal): -12503254 or 2766657. OLE color: 2766657.

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

Color convert

RGB655542-
CMYK00.150.350.75
HSL33.91º21.5%20.98%-
HSV(B)33.91º35.38%25.49%-
XYZ3.964.022.76-
YUV56.51119.81134.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=40.12%
G=33.95%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65554200.150.350.7533.9121.520.98
Hex41372A0F234B221515
Octal101675201743113422525
Binary10000011101111010100111110001110010111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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