#211515

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

Shades of Seal Brown #211515

Tints of Seal Brown #211515

Color information

#211515 (or 0x211515) is unknown color: approx Seal Brown. HEX triplet: 21, 15 and 15. RGB value is (33,21,21). Sum of RGB (Red+Green+Blue) = 33+21+21=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211515 is #DEEAEA. Grayscale: #181818. Windows color (decimal): -14609131 or 1381665. OLE color: 1381665.

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

Color convert

RGB332121-
CMYK00.360.360.87
HSL22.22%10.59%-
HSV(B)36.36%12.94%-
XYZ1.030.910.83-
YUV24.59125.98134-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 21 (8.59% from 255) = 28%
R=44%
G=28%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33212100.360.360.87022.2210.59
Hex2115150242457016b
Octal4125250444412702613
Binary1000011010110101010010010010010101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211515; }

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

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

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

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

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

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

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

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