#211413

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

Shades of Seal Brown #211413

Tints of Seal Brown #211413

Color information

#211413 (or 0x211413) is unknown color: approx Seal Brown. HEX triplet: 21, 14 and 13. RGB value is (33,20,19). Sum of RGB (Red+Green+Blue) = 33+20+19=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211413 is #DEEBEC. Grayscale: #171717. Windows color (decimal): -14609389 or 1250337. OLE color: 1250337.

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

Color convert

RGB332019-
CMYK00.390.420.87
HSL4.29º26.92%10.2%-
HSV(B)4.29º42.42%12.94%-
XYZ0.990.870.73-
YUV23.77125.31134.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=45.83%
G=27.78%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33201900.390.420.874.2926.9210.2
Hex2114130272A5741ba
Octal4124230475212743312
Binary100001101001001101001111010101010111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211413; }

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

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

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

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

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

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

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

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