#16110F

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

Shades of Seal Brown #16110F

Tints of Seal Brown #16110F

Color information

#16110F (or 0x16110F) is unknown color: approx Seal Brown. HEX triplet: 16, 11 and 0F. RGB value is (22,17,15). Sum of RGB (Red+Green+Blue) = 22+17+15=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 22 - color contains mainly: red. Hex color #16110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16110F is #E9EEF0. Grayscale: #121212. Windows color (decimal): -15331057 or 987414. OLE color: 987414.

HSL color Cylindrical-coordinate representation of color #16110F: hue angle of 17.14º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #16110F is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB221715-
CMYK00.230.320.91
HSL17.14º18.92%7.25%-
HSV(B)17.14º31.82%8.63%-
XYZ0.620.610.54-
YUV18.27126.16130.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40.74%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=40.74%
G=31.48%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22171500.230.320.9117.1418.927.25
Hex1611F017205B11137
Octal2621170274013321237
Binary1011010001111101011110000010110111000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16110F; }

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

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

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

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

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

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

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

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