#3F3526

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

Shades of Jacko Bean #3F3526

Tints of Jacko Bean #3F3526

Color information

#3F3526 (or 0x3F3526) is unknown color: approx Jacko Bean. HEX triplet: 3F, 35 and 26. RGB value is (63,53,38). Sum of RGB (Red+Green+Blue) = 63+53+38=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3526 is #C0CAD9. Grayscale: #363636. Windows color (decimal): -12634842 or 2503999. OLE color: 2503999.

HSL color Cylindrical-coordinate representation of color #3F3526: hue angle of 36º 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 #3F3526 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB635338-
CMYK00.160.400.75
HSL36º24.75%19.8%-
HSV(B)36º39.68%24.71%-
XYZ3.673.742.36-
YUV54.28118.81134.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=40.91%
G=34.42%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63533800.160.400.753624.7519.8
Hex3F3526010284B241914
Octal77654602050113443124
Binary11111111010110011001000010100010010111001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3526; }

 p { color: rgb(63,53,38); }

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

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

 a { background-color: rgb(63,53,38); }

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

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

 span { border-color: rgb(63,53,38); }

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