#3F3326

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

Shades of Jacko Bean #3F3326

Tints of Jacko Bean #3F3326

Color information

#3F3326 (or 0x3F3326) is unknown color: approx Jacko Bean. HEX triplet: 3F, 33 and 26. RGB value is (63,51,38). Sum of RGB (Red+Green+Blue) = 63+51+38=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3326 is #C0CCD9. Grayscale: #353535. Windows color (decimal): -12635354 or 2503487. OLE color: 2503487.

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

Color convert

RGB635138-
CMYK00.190.400.75
HSL31.2º24.75%19.8%-
HSV(B)31.2º39.68%24.71%-
XYZ3.583.562.33-
YUV53.11119.48135.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 38 (15.23% from 255) = 25%
R=41.45%
G=33.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63513800.190.400.7531.224.7519.8
Hex3F3326013284B1f1914
Octal77634602350113373124
Binary1111111100111001100100111010001001011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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