#211614

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

Shades of Seal Brown #211614

Tints of Seal Brown #211614

Color information

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

RGB332220-
CMYK00.330.390.87
HSL9.23º24.53%10.39%-
HSV(B)9.23º39.39%12.94%-
XYZ1.040.950.79-
YUV25.06125.14133.66-

RGB Variations

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

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.20% from 255) = 26.67%
R=44%
G=29.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33222000.330.390.879.2324.5310.39
Hex2116140212757919a
Octal41262404147127113112
Binary1000011011010100010000110011110101111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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