#3A1E1E

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

Shades of Seal Brown #3A1E1E

Tints of Seal Brown #3A1E1E

Color information

#3A1E1E (or 0x3A1E1E) is unknown color: approx Seal Brown. HEX triplet: 3A, 1E and 1E. RGB value is (58,30,30). Sum of RGB (Red+Green+Blue) = 58+30+30=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E1E is #C5E1E1. Grayscale: #262626. Windows color (decimal): -12968418 or 1973818. OLE color: 1973818.

HSL color Cylindrical-coordinate representation of color #3A1E1E: hue angle of 0º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A1E1E is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB583030-
CMYK00.480.480.77
HSL31.82%17.25%-
HSV(B)48.28%22.75%-
XYZ2.441.921.47-
YUV38.37123.28142-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=49.15%
G=25.42%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58303000.480.480.77031.8217.25
Hex3A1E1E030304D02011
Octal7236360606011504021
Binary111010111101111001100001100001001101010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,30,30); }

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

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

 a { background-color: rgb(58,30,30); }

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

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

 span { border-color: rgb(58,30,30); }

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