#341210

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

Shades of Seal Brown #341210

Tints of Seal Brown #341210

Color information

#341210 (or 0x341210) is unknown color: approx Seal Brown. HEX triplet: 34, 12 and 10. RGB value is (52,18,16). Sum of RGB (Red+Green+Blue) = 52+18+16=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #341210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341210 is #CBEDEF. Grayscale: #1B1B1B. Windows color (decimal): -13364720 or 1053236. OLE color: 1053236.

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

Color convert

RGB521816-
CMYK00.650.690.80
HSL3.33º52.94%13.33%-
HSV(B)3.33º69.23%20.39%-
XYZ1.731.20.63-
YUV27.94121.26145.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=60.47%
G=20.93%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52181600.650.690.803.3352.9413.33
Hex3412100414550335d
Octal642220010110512036515
Binary11010010010100000100000110001011010000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341210; }

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

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

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

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

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

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

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

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