#211414

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

Shades of Seal Brown #211414

Tints of Seal Brown #211414

Color information

#211414 (or 0x211414) is unknown color: approx Seal Brown. HEX triplet: 21, 14 and 14. RGB value is (33,20,20). Sum of RGB (Red+Green+Blue) = 33+20+20=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211414 is #DEEBEB. Grayscale: #171717. Windows color (decimal): -14609388 or 1315873. OLE color: 1315873.

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

Color convert

RGB332020-
CMYK00.390.390.87
HSL24.53%10.39%-
HSV(B)39.39%12.94%-
XYZ10.870.78-
YUV23.89125.81134.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=45.21%
G=27.40%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202000.390.390.87024.5310.39
Hex2114140272757019a
Octal4124240474712703112
Binary1000011010010100010011110011110101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211414; }

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

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

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

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

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

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

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

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