#3E2121

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

Shades of Livid Brown #3E2121

Tints of Livid Brown #3E2121

Color information

#3E2121 (or 0x3E2121) is unknown color: approx Livid Brown. HEX triplet: 3E, 21 and 21. RGB value is (62,33,33). Sum of RGB (Red+Green+Blue) = 62+33+33=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2121 is #C1DEDE. Grayscale: #292929. Windows color (decimal): -12705503 or 2171198. OLE color: 2171198.

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

Color convert

RGB623333-
CMYK00.470.470.76
HSL30.53%18.63%-
HSV(B)46.77%24.31%-
XYZ2.82.221.72-
YUV41.67123.11142.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.44%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=48.44%
G=25.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62333300.470.470.76030.5318.63
Hex3E212102F2F4C01f13
Octal7641410575711403723
Binary1111101000011000010101111101111100110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,33,33); }

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

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

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

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

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

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

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