#201616

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

Shades of Seal Brown #201616

Tints of Seal Brown #201616

Color information

#201616 (or 0x201616) is unknown color: approx Seal Brown. HEX triplet: 20, 16 and 16. RGB value is (32,22,22). Sum of RGB (Red+Green+Blue) = 32+22+22=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201616 is #DFE9E9. Grayscale: #191919. Windows color (decimal): -14674410 or 1447456. OLE color: 1447456.

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

Color convert

RGB322222-
CMYK00.310.310.87
HSL18.52%10.59%-
HSV(B)31.25%12.55%-
XYZ1.030.940.89-
YUV24.99126.31133-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=42.11%
G=28.95%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32222200.310.310.87018.5210.59
Hex20161601F1F57013b
Octal4026260373712702313
Binary10000010110101100111111111110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201616; }

 p { color: rgb(32,22,22); }

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

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

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

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

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

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

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