Html Css Color HEX #201716 Seal Brown

📋 copy color: '#201716'

red 32 ◦ green 23 ◦ blue 22

#201716
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #201716

Tints of Seal Brown #201716

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 value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.87

RGB Variations

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

Color information

#201716 (or 0x201716) is known color: 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

RGB 32 23 22 -
CMYK 0 0.28 0.31 0.87
HSL 0.19% 0.11% -
HSV(B) 0.31% 0.13% -
XYZ 1.05 0.98 0.89 -
YUV 25.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 32 23 22 0 0.28 0.31 0.87 6 0.19 0.11
Hex 20 17 16 0 1C 1F 57 6 13 B
Octal 40 27 26 0 34 37 127 6 23 13
Binary 100000 10111 10110 0 11100 11111 1010111 110 10011 1011

Color Harmonies of #201716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201716

Black with #201716

Text Example


Text Example

White with #201716

Text Example


Text Example

HTML Codes & Css Web 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>