Html Css Color HEX #211714 Seal Brown

📋 copy color: '#211714'

red 33 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #211714

Tints of Seal Brown #211714

RGB

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

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

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

R = 43.42%
G = 30.26%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#211714 (or 0x211714) is known color: Seal Brown. HEX triplet: 21, 17 and 14. RGB value is (33,23,20). Sum of RGB (Red+Green+Blue) = 33+23+20=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211714 is #DEE8EB. Grayscale: #191919. Windows color (decimal): -14608620 or 1316641. OLE color: 1316641.

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

Color convert

RGB 33 23 20 -
CMYK 0 0.30 0.39 0.87
HSL 13.85º 0.25% 0.1% -
HSV(B) 13.85º 0.39% 0.13% -
XYZ 1.06 0.99 0.8 -
YUV 25.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 33 23 20 0 0.30 0.39 0.87 13.85 0.25 0.1
Hex 21 17 14 0 1E 27 57 E 19 A
Octal 41 27 24 0 36 47 127 16 31 12
Binary 100001 10111 10100 0 11110 100111 1010111 1110 11001 1010

Color Harmonies of #211714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211714

Black with #211714

Text Example


Text Example

White with #211714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211714; }

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

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

background-color css

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

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

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

border-color css

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

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

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