#413628

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

Shades of Jacko Bean #413628

Tints of Jacko Bean #413628

Color information

#413628 (or 0x413628) is unknown color: approx Jacko Bean. HEX triplet: 41, 36 and 28. RGB value is (65,54,40). Sum of RGB (Red+Green+Blue) = 65+54+40=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413628 is #BEC9D7. Grayscale: #373737. Windows color (decimal): -12503512 or 2635329. OLE color: 2635329.

HSL color Cylindrical-coordinate representation of color #413628: hue angle of 33.6º 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 #413628 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB655440-
CMYK00.170.380.75
HSL33.6º23.81%20.59%-
HSV(B)33.6º38.46%25.49%-
XYZ3.883.922.56-
YUV55.69119.14134.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=40.88%
G=33.96%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65544000.170.380.7533.623.8120.59
Hex413628011264B221815
Octal101665002146113423025
Binary100000111011010100001000110011010010111000101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413628; }

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

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

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

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

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

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

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

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