Html Css Color HEX #211614 Seal Brown

📋 copy color: '#211614'

red 33 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #211614

Tints of Seal Brown #211614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 26.67%

R = 44%
G = 29.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#211614 (or 0x211614) is known color: Seal Brown. HEX triplet: 21, 16 and 14. RGB value is (33,22,20). Sum of RGB (Red+Green+Blue) = 33+22+20=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211614 is #DEE9EB. Grayscale: #191919. Windows color (decimal): -14608876 or 1316385. OLE color: 1316385.

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

Color convert

RGB 33 22 20 -
CMYK 0 0.33 0.39 0.87
HSL 9.23º 0.25% 0.1% -
HSV(B) 9.23º 0.39% 0.13% -
XYZ 1.04 0.95 0.79 -
YUV 25.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 33 22 20 0 0.33 0.39 0.87 9.23 0.25 0.1
Hex 21 16 14 0 21 27 57 9 19 A
Octal 41 26 24 0 41 47 127 11 31 12
Binary 100001 10110 10100 0 100001 100111 1010111 1001 11001 1010

Color Harmonies of #211614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211614

Black with #211614

Text Example


Text Example

White with #211614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211614; }

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

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

background-color css

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

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

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

border-color css

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

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

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