#201716

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

Shades of Seal Brown #201716

Tints of Seal Brown #201716

Color information

#201716 (or 0x201716) is unknown color: approx Seal Brown. HEX triplet: 20, 17 and 16. RGB value is (32,23,22). Sum of RGB (Red+Green+Blue) = 32+23+22=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201716 is #DFE8E9. Grayscale: #191919. Windows color (decimal): -14674154 or 1447712. OLE color: 1447712.

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

Color convert

RGB322322-
CMYK00.280.310.87
HSL18.52%10.59%-
HSV(B)31.25%12.55%-
XYZ1.050.980.89-
YUV25.58125.98132.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=41.56%
G=29.87%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32232200.280.310.87618.5210.59
Hex20171601C1F57613b
Octal4027260343712762313
Binary1000001011110110011100111111010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201716; }

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

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

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

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

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

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

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

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