#3F2926

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

Shades of Livid Brown #3F2926

Tints of Livid Brown #3F2926

Color information

#3F2926 (or 0x3F2926) is unknown color: approx Livid Brown. HEX triplet: 3F, 29 and 26. RGB value is (63,41,38). Sum of RGB (Red+Green+Blue) = 63+41+38=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2926 is #C0D6D9. Grayscale: #2F2F2F. Windows color (decimal): -12637914 or 2500927. OLE color: 2500927.

HSL color Cylindrical-coordinate representation of color #3F2926: hue angle of 7.2º 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 #3F2926 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB634138-
CMYK00.350.400.75
HSL7.2º24.75%19.8%-
HSV(B)7.2º39.68%24.71%-
XYZ3.192.782.2-
YUV47.24122.79139.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=44.37%
G=28.87%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63413800.350.400.757.224.7519.8
Hex3F2926023284B71914
Octal7751460435011373124
Binary111111101001100110010001110100010010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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