#413727

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

Shades of Jacko Bean #413727

Tints of Jacko Bean #413727

Color information

#413727 (or 0x413727) is unknown color: approx Jacko Bean. HEX triplet: 41, 37 and 27. RGB value is (65,55,39). Sum of RGB (Red+Green+Blue) = 65+55+39=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413727 is #BEC8D8. Grayscale: #383838. Windows color (decimal): -12503257 or 2570049. OLE color: 2570049.

HSL color Cylindrical-coordinate representation of color #413727: hue angle of 36.92º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413727 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB655539-
CMYK00.150.400.75
HSL36.92º25%20.39%-
HSV(B)36.92º40%25.49%-
XYZ3.9142.49-
YUV56.17118.31134.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=40.88%
G=34.59%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65553900.150.400.7536.922520.39
Hex4137270F284B251914
Octal101674701750113453124
Binary10000011101111001110111110100010010111001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413727; }

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

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

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

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

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

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

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

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