#161312

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

Shades of Seal Brown #161312

Tints of Seal Brown #161312

Color information

#161312 (or 0x161312) is unknown color: approx Seal Brown. HEX triplet: 16, 13 and 12. RGB value is (22,19,18). Sum of RGB (Red+Green+Blue) = 22+19+18=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 22 - color contains mainly: red. Hex color #161312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161312 is #E9ECED. Grayscale: #131313. Windows color (decimal): -15330542 or 1184534. OLE color: 1184534.

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

Color convert

RGB221918-
CMYK00.140.180.91
HSL15º10%7.84%-
HSV(B)15º18.18%8.63%-
XYZ0.670.680.67-
YUV19.78126.99129.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.29%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=37.29%
G=32.20%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22191800.140.180.9115107.84
Hex1613120E125Bfa8
Octal26232201622133171210
Binary10110100111001001110100101011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161312; }

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

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

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

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

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

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

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

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