#3F3529

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

Shades of Jacko Bean #3F3529

Tints of Jacko Bean #3F3529

Color information

#3F3529 (or 0x3F3529) is unknown color: approx Jacko Bean. HEX triplet: 3F, 35 and 29. RGB value is (63,53,41). Sum of RGB (Red+Green+Blue) = 63+53+41=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3529 is #C0CAD6. Grayscale: #363636. Windows color (decimal): -12634839 or 2700607. OLE color: 2700607.

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

Color convert

RGB635341-
CMYK00.160.350.75
HSL32.73º21.15%20.39%-
HSV(B)32.73º34.92%24.71%-
XYZ3.723.762.63-
YUV54.62120.31133.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=40.13%
G=33.76%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63534100.160.350.7532.7321.1520.39
Hex3F3529010234B211514
Octal77655102043113412524
Binary11111111010110100101000010001110010111000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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