#3F3428

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

Shades of Jacko Bean #3F3428

Tints of Jacko Bean #3F3428

Color information

#3F3428 (or 0x3F3428) is unknown color: approx Jacko Bean. HEX triplet: 3F, 34 and 28. RGB value is (63,52,40). Sum of RGB (Red+Green+Blue) = 63+52+40=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3428 is #C0CBD7. Grayscale: #353535. Windows color (decimal): -12635096 or 2634815. OLE color: 2634815.

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

Color convert

RGB635240-
CMYK00.170.370.75
HSL31.3º22.33%20.2%-
HSV(B)31.3º36.51%24.71%-
XYZ3.663.672.52-
YUV53.92120.14134.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.65%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=40.65%
G=33.55%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63524000.170.370.7531.322.3320.2
Hex3F3428011254B1f1614
Octal77645002145113372624
Binary1111111101001010000100011001011001011111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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