#341C19

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

Shades of Seal Brown #341C19

Tints of Seal Brown #341C19

Color information

#341C19 (or 0x341C19) is unknown color: approx Seal Brown. HEX triplet: 34, 1C and 19. RGB value is (52,28,25). Sum of RGB (Red+Green+Blue) = 52+28+25=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C19 is #CBE3E6. Grayscale: #222222. Windows color (decimal): -13362151 or 1645620. OLE color: 1645620.

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

Color convert

RGB522825-
CMYK00.460.520.80
HSL6.67º35.06%15.1%-
HSV(B)6.67º51.92%20.39%-
XYZ2.011.631.13-
YUV34.83122.45140.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=49.52%
G=26.67%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52282500.460.520.806.6735.0615.1
Hex341C1902E3450723f
Octal6434310566412074317
Binary1101001110011001010111011010010100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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