#341410

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

Shades of Seal Brown #341410

Tints of Seal Brown #341410

Color information

#341410 (or 0x341410) is unknown color: approx Seal Brown. HEX triplet: 34, 14 and 10. RGB value is (52,20,16). Sum of RGB (Red+Green+Blue) = 52+20+16=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341410 is #CBEBEF. Grayscale: #1D1D1D. Windows color (decimal): -13364208 or 1053748. OLE color: 1053748.

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

Color convert

RGB522016-
CMYK00.620.690.80
HSL6.67º52.94%13.33%-
HSV(B)6.67º69.23%20.39%-
XYZ1.761.270.64-
YUV29.11120.6144.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=59.09%
G=22.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52201600.620.690.806.6752.9413.33
Hex34141003E4550735d
Octal64242007610512076515
Binary11010010100100000111110100010110100001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341410; }

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

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

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

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

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

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

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

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