#211412

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

Shades of Seal Brown #211412

Tints of Seal Brown #211412

Color information

#211412 (or 0x211412) is unknown color: approx Seal Brown. HEX triplet: 21, 14 and 12. RGB value is (33,20,18). Sum of RGB (Red+Green+Blue) = 33+20+18=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #211412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211412 is #DEEBED. Grayscale: #171717. Windows color (decimal): -14609390 or 1184801. OLE color: 1184801.

HSL color Cylindrical-coordinate representation of color #211412: hue angle of 8º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #211412 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB332018-
CMYK00.390.450.87
HSL29.41%10%-
HSV(B)45.45%12.94%-
XYZ0.990.870.69-
YUV23.66124.81134.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 46.48%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=46.48%
G=28.17%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33201800.390.450.87829.4110
Hex2114120272D5781da
Octal41242204755127103512
Binary1000011010010010010011110110110101111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211412; }

 p { color: rgb(33,20,18); }

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

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

 a { background-color: rgb(33,20,18); }

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

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

 span { border-color: rgb(33,20,18); }

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