#3F3424

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

Shades of Jacko Bean #3F3424

Tints of Jacko Bean #3F3424

Color information

#3F3424 (or 0x3F3424) is unknown color: approx Jacko Bean. HEX triplet: 3F, 34 and 24. RGB value is (63,52,36). Sum of RGB (Red+Green+Blue) = 63+52+36=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3424 is #C0CBDB. Grayscale: #353535. Windows color (decimal): -12635100 or 2372671. OLE color: 2372671.

HSL color Cylindrical-coordinate representation of color #3F3424: hue angle of 35.56º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F3424 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB635236-
CMYK00.170.430.75
HSL35.56º27.27%19.41%-
HSV(B)35.56º42.86%24.71%-
XYZ3.63.642.18-
YUV53.46118.14134.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.72%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=41.72%
G=34.44%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63523600.170.430.7535.5627.2719.41
Hex3F34240112B4B241b13
Octal77644402153113443323
Binary11111111010010010001000110101110010111001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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