#161212

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

Shades of Seal Brown #161212

Tints of Seal Brown #161212

Color information

#161212 (or 0x161212) is unknown color: approx Seal Brown. HEX triplet: 16, 12 and 12. RGB value is (22,18,18). Sum of RGB (Red+Green+Blue) = 22+18+18=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 22 - color contains mainly: red. Hex color #161212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161212 is #E9EDED. Grayscale: #131313. Windows color (decimal): -15330798 or 1184278. OLE color: 1184278.

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

Color convert

RGB221818-
CMYK00.180.180.91
HSL10%7.84%-
HSV(B)18.18%8.63%-
XYZ0.660.650.66-
YUV19.2127.33130-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22181800.180.180.910107.84
Hex161212012125B0a8
Octal2622220222213301210
Binary101101001010010010010100101011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161212; }

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

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

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

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

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

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

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

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