#3F2726

Color #3F2726 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #3F2726

Tints of Livid Brown #3F2726

Color information

#3F2726 (or 0x3F2726) is unknown color: approx Livid Brown. HEX triplet: 3F, 27 and 26. RGB value is (63,39,38). Sum of RGB (Red+Green+Blue) = 63+39+38=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2726 is #C0D8D9. Grayscale: #2E2E2E. Windows color (decimal): -12638426 or 2500415. OLE color: 2500415.

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

Color convert

RGB633938-
CMYK00.380.400.75
HSL2.4º24.75%19.8%-
HSV(B)2.4º39.68%24.71%-
XYZ3.132.652.18-
YUV46.06123.45140.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=45%
G=27.86%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63393800.380.400.752.424.7519.8
Hex3F2726026284B21914
Octal7747460465011323124
Binary11111110011110011001001101010001001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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