#211613

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

Shades of Seal Brown #211613

Tints of Seal Brown #211613

Color information

#211613 (or 0x211613) is unknown color: approx Seal Brown. HEX triplet: 21, 16 and 13. RGB value is (33,22,19). Sum of RGB (Red+Green+Blue) = 33+22+19=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211613 is #DEE9EC. Grayscale: #181818. Windows color (decimal): -14608877 or 1250849. OLE color: 1250849.

HSL color Cylindrical-coordinate representation of color #211613: hue angle of 12.86º 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 #211613 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB332219-
CMYK00.330.420.87
HSL12.86º26.92%10.2%-
HSV(B)12.86º42.42%12.94%-
XYZ1.030.940.74-
YUV24.95124.64133.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=44.59%
G=29.73%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33221900.330.420.8712.8626.9210.2
Hex2116130212A57d1ba
Octal41262304152127153312
Binary1000011011010011010000110101010101111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211613; }

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

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

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

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

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

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

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

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