#3E1111

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

Shades of Seal Brown #3E1111

Tints of Seal Brown #3E1111

Color information

#3E1111 (or 0x3E1111) is unknown color: approx Seal Brown. HEX triplet: 3E, 11 and 11. RGB value is (62,17,17). Sum of RGB (Red+Green+Blue) = 62+17+17=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1111 is #C1EEEE. Grayscale: #1E1E1E. Windows color (decimal): -12709615 or 1118526. OLE color: 1118526.

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

Color convert

RGB621717-
CMYK00.730.730.76
HSL56.96%15.49%-
HSV(B)72.58%24.31%-
XYZ2.291.470.69-
YUV30.46120.41150.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 64.58%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=64.58%
G=17.71%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62171700.730.730.76056.9615.49
Hex3E1111049494C039f
Octal762121011111111407117
Binary1111101000110001010010011001001100110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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