#341313

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

Shades of Seal Brown #341313

Tints of Seal Brown #341313

Color information

#341313 (or 0x341313) is unknown color: approx Seal Brown. HEX triplet: 34, 13 and 13. RGB value is (52,19,19). Sum of RGB (Red+Green+Blue) = 52+19+19=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341313 is #CBECEC. Grayscale: #1C1C1C. Windows color (decimal): -13364461 or 1250100. OLE color: 1250100.

HSL color Cylindrical-coordinate representation of color #341313: hue angle of 0º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341313 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB521919-
CMYK00.630.630.80
HSL46.48%13.92%-
HSV(B)63.46%20.39%-
XYZ1.771.240.76-
YUV28.87122.43144.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=57.78%
G=21.11%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52191900.630.630.80046.4813.92
Hex34131303F3F5002ee
Octal6423230777712005616
Binary11010010011100110111111111111101000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341313; }

 p { color: rgb(52,19,19); }

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

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

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

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

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

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

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