#3F3528

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

Shades of Jacko Bean #3F3528

Tints of Jacko Bean #3F3528

Color information

#3F3528 (or 0x3F3528) is unknown color: approx Jacko Bean. HEX triplet: 3F, 35 and 28. RGB value is (63,53,40). Sum of RGB (Red+Green+Blue) = 63+53+40=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3528 is #C0CAD7. Grayscale: #363636. Windows color (decimal): -12634840 or 2635071. OLE color: 2635071.

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

Color convert

RGB635340-
CMYK00.160.370.75
HSL33.91º22.33%20.2%-
HSV(B)33.91º36.51%24.71%-
XYZ3.713.762.54-
YUV54.51119.81134.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=40.38%
G=33.97%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63534000.160.370.7533.9122.3320.2
Hex3F3528010254B221614
Octal77655002045113422624
Binary11111111010110100001000010010110010111000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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