#161313

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

Shades of Seal Brown #161313

Tints of Seal Brown #161313

Color information

#161313 (or 0x161313) is unknown color: approx Seal Brown. HEX triplet: 16, 13 and 13. RGB value is (22,19,19). Sum of RGB (Red+Green+Blue) = 22+19+19=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 22 - color contains mainly: red. Hex color #161313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161313 is #E9ECEC. Grayscale: #131313. Windows color (decimal): -15330541 or 1250070. OLE color: 1250070.

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

Color convert

RGB221919-
CMYK00.140.140.91
HSL7.32%8.04%-
HSV(B)13.64%8.63%-
XYZ0.680.680.71-
YUV19.9127.49129.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=36.67%
G=31.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22191900.140.140.9107.328.04
Hex1613130EE5B078
Octal262323016161330710
Binary101101001110011011101110101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161313; }

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

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

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

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

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

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

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

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