#41392E

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

Shades of Jacko Bean #41392E

Tints of Jacko Bean #41392E

Color information

#41392E (or 0x41392E) is unknown color: approx Jacko Bean. HEX triplet: 41, 39 and 2E. RGB value is (65,57,46). Sum of RGB (Red+Green+Blue) = 65+57+46=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #41392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41392E is #BEC6D1. Grayscale: #3A3A3A. Windows color (decimal): -12502738 or 3029313. OLE color: 3029313.

HSL color Cylindrical-coordinate representation of color #41392E: hue angle of 34.74º 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 #41392E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB655746-
CMYK00.120.290.75
HSL34.74º17.12%21.76%-
HSV(B)34.74º29.23%25.49%-
XYZ4.144.253.19-
YUV58.14121.15132.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=38.69%
G=33.93%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65574600.120.290.7534.7417.1221.76
Hex41392E0C1D4B231116
Octal101715601435113432126
Binary1000001111001101110011001110110010111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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