Html Css Color HEX #161111 Seal Brown

📋 copy color: '#161111'

red 22 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #161111

Tints of Seal Brown #161111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.36%

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

R = 39.29%
G = 30.36%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#161111 (or 0x161111) is known color: Seal Brown. HEX triplet: 16, 11 and 11. RGB value is (22,17,17). Sum of RGB (Red+Green+Blue) = 22+17+17=56 (7% of max value = 765). Red value is 22 (8.98% from 255 or 39.29% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 22 - color contains mainly: red. Hex color #161111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161111 is #E9EEEE. Grayscale: #121212. Windows color (decimal): -15331055 or 1118486. OLE color: 1118486.

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

Color convert

RGB 22 17 17 -
CMYK 0 0.23 0.23 0.91
HSL 0.13% 0.08% -
HSV(B) 0.23% 0.09% -
XYZ 0.63 0.61 0.62 -
YUV 18.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 22 17 17 0 0.23 0.23 0.91 0 0.13 0.08
Hex 16 11 11 0 17 17 5B 0 D 8
Octal 26 21 21 0 27 27 133 0 15 10
Binary 10110 10001 10001 0 10111 10111 1011011 0 1101 1000

Color Harmonies of #161111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161111

Black with #161111

Text Example


Text Example

White with #161111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161111; }

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

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

background-color css

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

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

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

border-color css

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

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

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