#413728

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

Shades of Jacko Bean #413728

Tints of Jacko Bean #413728

Color information

#413728 (or 0x413728) is unknown color: approx Jacko Bean. HEX triplet: 41, 37 and 28. RGB value is (65,55,40). Sum of RGB (Red+Green+Blue) = 65+55+40=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #413728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413728 is #BEC8D7. Grayscale: #383838. Windows color (decimal): -12503256 or 2635585. OLE color: 2635585.

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

Color convert

RGB655540-
CMYK00.150.380.75
HSL36º23.81%20.59%-
HSV(B)36º38.46%25.49%-
XYZ3.934.012.57-
YUV56.28118.81134.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 40 (16.02% from 255) = 25%
R=40.62%
G=34.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65554000.150.380.753623.8120.59
Hex4137280F264B241815
Octal101675001746113443025
Binary10000011101111010000111110011010010111001001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413728; }

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

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

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

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

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

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

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

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