#341E1D

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

Shades of Seal Brown #341E1D

Tints of Seal Brown #341E1D

Color information

#341E1D (or 0x341E1D) is unknown color: approx Seal Brown. HEX triplet: 34, 1E and 1D. RGB value is (52,30,29). Sum of RGB (Red+Green+Blue) = 52+30+29=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #341E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E1D is #CBE1E2. Grayscale: #242424. Windows color (decimal): -13361635 or 1908276. OLE color: 1908276.

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

Color convert

RGB523029-
CMYK00.420.440.80
HSL2.61º28.4%15.88%-
HSV(B)2.61º44.23%20.39%-
XYZ2.11.751.39-
YUV36.46123.79139.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=46.85%
G=27.03%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52302900.420.440.802.6128.415.88
Hex341E1D02A2C5031c10
Octal6436350525412033420
Binary110100111101110101010101011001010000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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