Html Css Color HEX #211716 Seal Brown

📋 copy color: '#211716'

red 33 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #211716

Tints of Seal Brown #211716

RGB

 RED value IS 33 (13.28% from 255) = 42.31%

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 22 (8.98% from 255) = 28.21%

R = 42.31%
G = 29.49%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#211716 (or 0x211716) is known color: Seal Brown. HEX triplet: 21, 17 and 16. RGB value is (33,23,22). Sum of RGB (Red+Green+Blue) = 33+23+22=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211716 is #DEE8E9. Grayscale: #191919. Windows color (decimal): -14608618 or 1447713. OLE color: 1447713.

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

Color convert

RGB 33 23 22 -
CMYK 0 0.30 0.33 0.87
HSL 5.45º 0.2% 0.11% -
HSV(B) 5.45º 0.33% 0.13% -
XYZ 1.08 0.99 0.89 -
YUV 25.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 33 23 22 0 0.30 0.33 0.87 5.45 0.2 0.11
Hex 21 17 16 0 1E 21 57 5 14 B
Octal 41 27 26 0 36 41 127 5 24 13
Binary 100001 10111 10110 0 11110 100001 1010111 101 10100 1011

Color Harmonies of #211716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211716

Black with #211716

Text Example


Text Example

White with #211716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211716; }

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

 H1.HeaderClassName
 {
   color: #211716;
 }
 .AnyTagClassName
 {
   color: #211716;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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