#3E2825

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

Shades of Livid Brown #3E2825

Tints of Livid Brown #3E2825

Color information

#3E2825 (or 0x3E2825) is unknown color: approx Livid Brown. HEX triplet: 3E, 28 and 25. RGB value is (62,40,37). Sum of RGB (Red+Green+Blue) = 62+40+37=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2825 is #C1D7DA. Grayscale: #2E2E2E. Windows color (decimal): -12703707 or 2435134. OLE color: 2435134.

HSL color Cylindrical-coordinate representation of color #3E2825: hue angle of 7.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E2825 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB624037-
CMYK00.350.400.76
HSL7.2º25.25%19.41%-
HSV(B)7.2º40.32%24.31%-
XYZ3.082.682.1-
YUV46.24122.79139.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=44.60%
G=28.78%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62403700.350.400.767.225.2519.41
Hex3E2825023284C71913
Octal7650450435011473123
Binary111110101000100101010001110100010011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,37); }

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

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

 a { background-color: rgb(62,40,37); }

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

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

 span { border-color: rgb(62,40,37); }

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