#3F362A

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

Shades of Jacko Bean #3F362A

Tints of Jacko Bean #3F362A

Color information

#3F362A (or 0x3F362A) is unknown color: approx Jacko Bean. HEX triplet: 3F, 36 and 2A. RGB value is (63,54,42). Sum of RGB (Red+Green+Blue) = 63+54+42=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F362A is #C0C9D5. Grayscale: #373737. Windows color (decimal): -12634582 or 2766399. OLE color: 2766399.

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

Color convert

RGB635442-
CMYK00.140.330.75
HSL34.29º20%20.59%-
HSV(B)34.29º33.33%24.71%-
XYZ3.793.862.74-
YUV55.32120.48133.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=39.62%
G=33.96%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63544200.140.330.7534.292020.59
Hex3F362A0E214B221415
Octal77665201641113422425
Binary1111111101101010100111010000110010111000101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,54,42); }

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

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

 a { background-color: rgb(63,54,42); }

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

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

 span { border-color: rgb(63,54,42); }

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