#3E1B1A

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

Shades of Seal Brown #3E1B1A

Tints of Seal Brown #3E1B1A

Color information

#3E1B1A (or 0x3E1B1A) is unknown color: approx Seal Brown. HEX triplet: 3E, 1B and 1A. RGB value is (62,27,26). Sum of RGB (Red+Green+Blue) = 62+27+26=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B1A is #C1E4E5. Grayscale: #252525. Windows color (decimal): -12707046 or 1710910. OLE color: 1710910.

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

Color convert

RGB622726-
CMYK00.560.580.76
HSL1.67º40.91%17.25%-
HSV(B)1.67º58.06%24.31%-
XYZ2.561.881.21-
YUV37.35121.6145.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=53.91%
G=23.48%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62272600.560.580.761.6740.9117.25
Hex3E1B1A0383A4C22911
Octal7633320707211425121
Binary1111101101111010011100011101010011001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,27,26); }

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

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

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

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

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

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

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