Html Css Color HEX #211917 Seal Brown

📋 copy color: '#211917'

red 33 ◦ green 25 ◦ blue 23

#211917
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #211917

Tints of Seal Brown #211917

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.4%

R = 40.74%
G = 30.86%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#211917 (or 0x211917) is known color: 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

RGB 33 25 23 -
CMYK 0 0.24 0.30 0.87
HSL 12º 0.18% 0.11% -
HSV(B) 12º 0.3% 0.13% -
XYZ 1.13 1.08 0.96 -
YUV 27.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 33 25 23 0 0.24 0.30 0.87 12 0.18 0.11
Hex 21 19 17 0 18 1E 57 C 12 B
Octal 41 31 27 0 30 36 127 14 22 13
Binary 100001 11001 10111 0 11000 11110 1010111 1100 10010 1011

Color Harmonies of #211917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211917

Black with #211917

Text Example


Text Example

White with #211917

Text Example


Text Example

HTML Codes & Css Web 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>