#341310

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

Shades of Seal Brown #341310

Tints of Seal Brown #341310

Color information

#341310 (or 0x341310) is unknown color: approx Seal Brown. HEX triplet: 34, 13 and 10. RGB value is (52,19,16). Sum of RGB (Red+Green+Blue) = 52+19+16=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341310 is #CBECEF. Grayscale: #1C1C1C. Windows color (decimal): -13364464 or 1053492. OLE color: 1053492.

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

Color convert

RGB521916-
CMYK00.630.690.80
HSL52.94%13.33%-
HSV(B)69.23%20.39%-
XYZ1.741.230.64-
YUV28.52120.93144.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.77%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=59.77%
G=21.84%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52191600.630.690.80552.9413.33
Hex34131003F4550535d
Octal64232007710512056515
Binary11010010011100000111111100010110100001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341310; }

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

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

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

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

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

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

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

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