Html Css Color HEX #211816 Seal Brown

📋 copy color: '#211816'

red 33 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #211816

Tints of Seal Brown #211816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

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

R = 41.77%
G = 30.38%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#211816 (or 0x211816) is known color: Seal Brown. HEX triplet: 21, 18 and 16. RGB value is (33,24,22). Sum of RGB (Red+Green+Blue) = 33+24+22=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211816 is #DEE7E9. Grayscale: #1A1A1A. Windows color (decimal): -14608362 or 1447969. OLE color: 1447969.

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

Color convert

RGB 33 24 22 -
CMYK 0 0.27 0.33 0.87
HSL 10.91º 0.2% 0.11% -
HSV(B) 10.91º 0.33% 0.13% -
XYZ 1.1 1.03 0.9 -
YUV 26.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 33 24 22 0 0.27 0.33 0.87 10.91 0.2 0.11
Hex 21 18 16 0 1B 21 57 B 14 B
Octal 41 30 26 0 33 41 127 13 24 13
Binary 100001 11000 10110 0 11011 100001 1010111 1011 10100 1011

Color Harmonies of #211816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211816

Black with #211816

Text Example


Text Example

White with #211816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211816; }

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

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

background-color css

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

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

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

border-color css

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

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

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