#211514

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

Shades of Seal Brown #211514

Tints of Seal Brown #211514

Color information

#211514 (or 0x211514) is unknown color: approx Seal Brown. HEX triplet: 21, 15 and 14. RGB value is (33,21,20). Sum of RGB (Red+Green+Blue) = 33+21+20=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211514 is #DEEAEB. Grayscale: #181818. Windows color (decimal): -14609132 or 1316129. OLE color: 1316129.

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

Color convert

RGB332120-
CMYK00.360.390.87
HSL4.62º24.53%10.39%-
HSV(B)4.62º39.39%12.94%-
XYZ1.020.910.78-
YUV24.47125.48134.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=44.59%
G=28.38%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33212000.360.390.874.6224.5310.39
Hex2115140242757519a
Octal4125240444712753112
Binary100001101011010001001001001111010111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211514; }

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

 H1.HeaderClassName
 {
   color: #211514;
 }
 .AnyTagClassName
 {
   color: #211514;
 }
</style>
background-color css

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

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

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

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

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

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