#341D1A

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

Shades of Seal Brown #341D1A

Tints of Seal Brown #341D1A

Color information

#341D1A (or 0x341D1A) is unknown color: approx Seal Brown. HEX triplet: 34, 1D and 1A. RGB value is (52,29,26). Sum of RGB (Red+Green+Blue) = 52+29+26=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D1A is #CBE2E5. Grayscale: #232323. Windows color (decimal): -13361894 or 1711412. OLE color: 1711412.

HSL color Cylindrical-coordinate representation of color #341D1A: hue angle of 6.92º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341D1A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB522926-
CMYK00.440.500.80
HSL6.92º33.33%15.29%-
HSV(B)6.92º50%20.39%-
XYZ2.041.681.19-
YUV35.53122.62139.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=48.60%
G=27.10%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52292600.440.500.806.9233.3315.29
Hex341D1A02C3250721f
Octal6435320546212074117
Binary1101001110111010010110011001010100001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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