#341211

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

Shades of Seal Brown #341211

Tints of Seal Brown #341211

Color information

#341211 (or 0x341211) is unknown color: approx Seal Brown. HEX triplet: 34, 12 and 11. RGB value is (52,18,17). Sum of RGB (Red+Green+Blue) = 52+18+17=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341211 is #CBEDEE. Grayscale: #1C1C1C. Windows color (decimal): -13364719 or 1118772. OLE color: 1118772.

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

Color convert

RGB521817-
CMYK00.650.670.80
HSL1.71º50.72%13.53%-
HSV(B)1.71º67.31%20.39%-
XYZ1.731.20.67-
YUV28.05121.76145.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.77%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=59.77%
G=20.69%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52181700.650.670.801.7150.7213.53
Hex3412110414350233e
Octal642221010110312026316
Binary11010010010100010100000110000111010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341211; }

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

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

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

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

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

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

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

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