#3E201F

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

Shades of Seal Brown #3E201F

Tints of Seal Brown #3E201F

Color information

#3E201F (or 0x3E201F) is unknown color: approx Seal Brown. HEX triplet: 3E, 20 and 1F. RGB value is (62,32,31). Sum of RGB (Red+Green+Blue) = 62+32+31=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E201F is #C1DFE0. Grayscale: #282828. Windows color (decimal): -12705761 or 2039870. OLE color: 2039870.

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

Color convert

RGB623231-
CMYK00.480.50.76
HSL1.94º33.33%18.24%-
HSV(B)1.94º50%24.31%-
XYZ2.752.161.57-
YUV40.86122.44143.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.6%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=49.6%
G=25.6%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62323100.480.50.761.9433.3318.24
Hex3E201F030324C22112
Octal7640370606211424122
Binary11111010000011111011000011001010011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,31); }

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

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

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

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

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

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

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