#341B19

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

Shades of Seal Brown #341B19

Tints of Seal Brown #341B19

Color information

#341B19 (or 0x341B19) is unknown color: approx Seal Brown. HEX triplet: 34, 1B and 19. RGB value is (52,27,25). Sum of RGB (Red+Green+Blue) = 52+27+25=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #341B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B19 is #CBE4E6. Grayscale: #222222. Windows color (decimal): -13362407 or 1645364. OLE color: 1645364.

HSL color Cylindrical-coordinate representation of color #341B19: hue angle of 4.44º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #341B19 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB522725-
CMYK00.480.520.80
HSL4.44º35.06%15.1%-
HSV(B)4.44º51.92%20.39%-
XYZ1.981.581.12-
YUV34.25122.78140.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 25.96%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=50%
G=25.96%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52272500.480.520.804.4435.0615.1
Hex341B190303450423f
Octal6433310606412044317
Binary1101001101111001011000011010010100001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,27,25); }

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

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

 a { background-color: rgb(52,27,25); }

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

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

 span { border-color: rgb(52,27,25); }

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