#341F1D

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

Shades of Seal Brown #341F1D

Tints of Seal Brown #341F1D

Color information

#341F1D (or 0x341F1D) is unknown color: approx Seal Brown. HEX triplet: 34, 1F and 1D. RGB value is (52,31,29). Sum of RGB (Red+Green+Blue) = 52+31+29=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #341F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F1D is #CBE0E2. Grayscale: #252525. Windows color (decimal): -13361379 or 1908532. OLE color: 1908532.

HSL color Cylindrical-coordinate representation of color #341F1D: hue angle of 5.22º 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 #341F1D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB523129-
CMYK00.400.440.80
HSL5.22º28.4%15.88%-
HSV(B)5.22º44.23%20.39%-
XYZ2.131.81.4-
YUV37.05123.46138.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=46.43%
G=27.68%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52312900.400.440.805.2228.415.88
Hex341F1D0282C5051c10
Octal6437350505412053420
Binary1101001111111101010100010110010100001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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