#3F3426

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

Shades of Jacko Bean #3F3426

Tints of Jacko Bean #3F3426

Color information

#3F3426 (or 0x3F3426) is unknown color: approx Jacko Bean. HEX triplet: 3F, 34 and 26. RGB value is (63,52,38). Sum of RGB (Red+Green+Blue) = 63+52+38=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3426 is #C0CBD9. Grayscale: #353535. Windows color (decimal): -12635098 or 2503743. OLE color: 2503743.

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

Color convert

RGB635238-
CMYK00.170.400.75
HSL33.6º24.75%19.8%-
HSV(B)33.6º39.68%24.71%-
XYZ3.633.652.35-
YUV53.69119.14134.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=41.18%
G=33.99%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63523800.170.400.7533.624.7519.8
Hex3F3426011284B221914
Octal77644602150113423124
Binary11111111010010011001000110100010010111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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