#341E1C

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

Shades of Seal Brown #341E1C

Tints of Seal Brown #341E1C

Color information

#341E1C (or 0x341E1C) is unknown color: approx Seal Brown. HEX triplet: 34, 1E and 1C. RGB value is (52,30,28). Sum of RGB (Red+Green+Blue) = 52+30+28=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #341E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E1C is #CBE1E3. Grayscale: #242424. Windows color (decimal): -13361636 or 1842740. OLE color: 1842740.

HSL color Cylindrical-coordinate representation of color #341E1C: hue angle of 5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341E1C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB523028-
CMYK00.420.460.80
HSL30%15.69%-
HSV(B)46.15%20.39%-
XYZ2.091.741.32-
YUV36.35123.29139.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=47.27%
G=27.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302800.420.460.8053015.69
Hex341E1C02A2E5051e10
Octal6436340525612053620
Binary1101001111011100010101010111010100001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341E1C; }

 p { color: rgb(52,30,28); }

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

<style>
 a { background-color: #341E1C; }

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

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

<style>
 span { border-color: #341E1C; }

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

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