#211513

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

Shades of Seal Brown #211513

Tints of Seal Brown #211513

Color information

#211513 (or 0x211513) is unknown color: approx Seal Brown. HEX triplet: 21, 15 and 13. RGB value is (33,21,19). Sum of RGB (Red+Green+Blue) = 33+21+19=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211513 is #DEEAEC. Grayscale: #181818. Windows color (decimal): -14609133 or 1250593. OLE color: 1250593.

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

Color convert

RGB332119-
CMYK00.360.420.87
HSL8.57º26.92%10.2%-
HSV(B)8.57º42.42%12.94%-
XYZ1.010.910.74-
YUV24.36124.98134.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=45.21%
G=28.77%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33211900.360.420.878.5726.9210.2
Hex2115130242A5791ba
Octal41252304452127113312
Binary1000011010110011010010010101010101111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211513; }

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

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

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

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

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

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

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

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