Html Css Color HEX #201816 Seal Brown

📋 copy color: '#201816'

red 32 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #201816

Tints of Seal Brown #201816

RGB

 RED value IS 32 (12.89% from 255) = 41.03%

 GREEN value IS 24 (9.77% from 255) = 30.77%

 BLUE value IS 22 (8.98% from 255) = 28.21%

R = 41.03%
G = 30.77%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.87

RGB Variations

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

Color information

#201816 (or 0x201816) is known color: Seal Brown. HEX triplet: 20, 18 and 16. RGB value is (32,24,22). Sum of RGB (Red+Green+Blue) = 32+24+22=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201816 is #DFE7E9. Grayscale: #1A1A1A. Windows color (decimal): -14673898 or 1447968. OLE color: 1447968.

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

Color convert

RGB 32 24 22 -
CMYK 0 0.25 0.31 0.87
HSL 12º 0.19% 0.11% -
HSV(B) 12º 0.31% 0.13% -
XYZ 1.07 1.02 0.9 -
YUV 26.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 32 24 22 0 0.25 0.31 0.87 12 0.19 0.11
Hex 20 18 16 0 19 1F 57 C 13 B
Octal 40 30 26 0 31 37 127 14 23 13
Binary 100000 11000 10110 0 11001 11111 1010111 1100 10011 1011

Color Harmonies of #201816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201816

Black with #201816

Text Example


Text Example

White with #201816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201816; }

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

 H1.HeaderClassName
 {
   color: #201816;
 }
 .AnyTagClassName
 {
   color: #201816;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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