#211714

Color #211714 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #211714

Tints of Seal Brown #211714

Color information

#211714 (or 0x211714) is unknown color: approx 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

RGB332320-
CMYK00.300.390.87
HSL13.85º24.53%10.39%-
HSV(B)13.85º39.39%12.94%-
XYZ1.060.990.8-
YUV25.65124.81133.24-

RGB Variations

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

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.20% from 255) = 26.32%
R=43.42%
G=30.26%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33232000.300.390.8713.8524.5310.39
Hex21171401E2757e19a
Octal41272403647127163112
Binary100001101111010001111010011110101111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>