#3F3932

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

Shades of Jacko Bean #3F3932

Tints of Jacko Bean #3F3932

Color information

#3F3932 (or 0x3F3932) is unknown color: approx Jacko Bean. HEX triplet: 3F, 39 and 32. RGB value is (63,57,50). Sum of RGB (Red+Green+Blue) = 63+57+50=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3932 is #C0C6CD. Grayscale: #3A3A3A. Windows color (decimal): -12633806 or 3291455. OLE color: 3291455.

HSL color Cylindrical-coordinate representation of color #3F3932: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3932 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB635750-
CMYK00.100.210.75
HSL32.31º11.5%22.16%-
HSV(B)32.31º20.63%24.71%-
XYZ4.094.213.62-
YUV58123.49131.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=37.06%
G=33.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63575000.100.210.7532.3111.522.16
Hex3F39320A154B20c16
Octal77716201225113401426
Binary11111111100111001001010101011001011100000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,50); }

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

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

 a { background-color: rgb(63,57,50); }

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

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

 span { border-color: rgb(63,57,50); }

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