#3F2826

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

Shades of Livid Brown #3F2826

Tints of Livid Brown #3F2826

Color information

#3F2826 (or 0x3F2826) is unknown color: approx Livid Brown. HEX triplet: 3F, 28 and 26. RGB value is (63,40,38). Sum of RGB (Red+Green+Blue) = 63+40+38=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2826 is #C0D7D9. Grayscale: #2E2E2E. Windows color (decimal): -12638170 or 2500671. OLE color: 2500671.

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

Color convert

RGB634038-
CMYK00.370.400.75
HSL4.8º24.75%19.8%-
HSV(B)4.8º39.68%24.71%-
XYZ3.162.712.19-
YUV46.65123.12139.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=44.68%
G=28.37%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63403800.370.400.754.824.7519.8
Hex3F2826025284B51914
Octal7750460455011353124
Binary111111101000100110010010110100010010111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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