#3F3425

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

Shades of Jacko Bean #3F3425

Tints of Jacko Bean #3F3425

Color information

#3F3425 (or 0x3F3425) is unknown color: approx Jacko Bean. HEX triplet: 3F, 34 and 25. RGB value is (63,52,37). Sum of RGB (Red+Green+Blue) = 63+52+37=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3425 is #C0CBDA. Grayscale: #353535. Windows color (decimal): -12635099 or 2438207. OLE color: 2438207.

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

Color convert

RGB635237-
CMYK00.170.410.75
HSL34.62º26%19.61%-
HSV(B)34.62º41.27%24.71%-
XYZ3.613.652.26-
YUV53.58118.64134.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=41.45%
G=34.21%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63523700.170.410.7534.622619.61
Hex3F3425011294B231a14
Octal77644502151113433224
Binary11111111010010010101000110100110010111000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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