Html Css Color HEX #161211 Seal Brown

📋 copy color: '#161211'

red 22 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #161211

Tints of Seal Brown #161211

RGB

 RED value IS 22 (8.98% from 255) = 38.6%

 GREEN value IS 18 (7.42% from 255) = 31.58%

 BLUE value IS 17 (7.03% from 255) = 29.82%

R = 38.6%
G = 31.58%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#161211 (or 0x161211) is known color: Seal Brown. HEX triplet: 16, 12 and 11. RGB value is (22,18,17). Sum of RGB (Red+Green+Blue) = 22+18+17=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 22 - color contains mainly: red. Hex color #161211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161211 is #E9EDEE. Grayscale: #131313. Windows color (decimal): -15330799 or 1118742. OLE color: 1118742.

HSL color Cylindrical-coordinate representation of color #161211: hue angle of 12º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #161211 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 18 17 -
CMYK 0 0.18 0.23 0.91
HSL 12º 0.13% 0.08% -
HSV(B) 12º 0.23% 0.09% -
XYZ 0.65 0.64 0.62 -
YUV 19.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 22 18 17 0 0.18 0.23 0.91 12 0.13 0.08
Hex 16 12 11 0 12 17 5B C D 8
Octal 26 22 21 0 22 27 133 14 15 10
Binary 10110 10010 10001 0 10010 10111 1011011 1100 1101 1000

Color Harmonies of #161211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161211

Black with #161211

Text Example


Text Example

White with #161211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161211; }

 p { color: rgb(22,18,17); }

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

background-color css

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

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

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

border-color css

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

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

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