Html Css Color HEX #211616 Seal Brown

📋 copy color: '#211616'

red 33 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #211616

Tints of Seal Brown #211616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.57%

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

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#211616 (or 0x211616) is known color: Seal Brown. HEX triplet: 21, 16 and 16. RGB value is (33,22,22). Sum of RGB (Red+Green+Blue) = 33+22+22=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #211616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211616 is #DEE9E9. Grayscale: #191919. Windows color (decimal): -14608874 or 1447457. OLE color: 1447457.

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

Color convert

RGB 33 22 22 -
CMYK 0 0.33 0.33 0.87
HSL 0.2% 0.11% -
HSV(B) 0.33% 0.13% -
XYZ 1.06 0.96 0.89 -
YUV 25.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 33 22 22 0 0.33 0.33 0.87 0 0.2 0.11
Hex 21 16 16 0 21 21 57 0 14 B
Octal 41 26 26 0 41 41 127 0 24 13
Binary 100001 10110 10110 0 100001 100001 1010111 0 10100 1011

Color Harmonies of #211616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211616

Black with #211616

Text Example


Text Example

White with #211616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211616; }

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

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

background-color css

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

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

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

border-color css

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

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

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