#211917

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

Shades of Seal Brown #211917

Tints of Seal Brown #211917

Color information

#211917 (or 0x211917) is unknown color: approx Seal Brown. HEX triplet: 21, 19 and 17. RGB value is (33,25,23). Sum of RGB (Red+Green+Blue) = 33+25+23=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211917 is #DEE6E8. Grayscale: #1B1B1B. Windows color (decimal): -14608105 or 1513761. OLE color: 1513761.

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

Color convert

RGB332523-
CMYK00.240.300.87
HSL12º17.86%10.98%-
HSV(B)12º30.3%12.94%-
XYZ1.131.080.96-
YUV27.16125.65132.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=40.74%
G=30.86%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33252300.240.300.871217.8610.98
Hex2119170181E57c12b
Octal41312703036127142213
Binary10000111001101110110001111010101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211917; }

 p { color: rgb(33,25,23); }

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

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

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

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

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

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

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