#3F3427

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

Shades of Jacko Bean #3F3427

Tints of Jacko Bean #3F3427

Color information

#3F3427 (or 0x3F3427) is unknown color: approx Jacko Bean. HEX triplet: 3F, 34 and 27. RGB value is (63,52,39). Sum of RGB (Red+Green+Blue) = 63+52+39=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3427 is #C0CBD8. Grayscale: #353535. Windows color (decimal): -12635097 or 2569279. OLE color: 2569279.

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

Color convert

RGB635239-
CMYK00.170.380.75
HSL32.5º23.53%20%-
HSV(B)32.5º38.1%24.71%-
XYZ3.643.662.43-
YUV53.81119.64134.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=40.91%
G=33.77%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63523900.170.380.7532.523.5320
Hex3F3427011264B201814
Octal77644702146113403024
Binary11111111010010011101000110011010010111000001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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