Html Css Color HEX #161312 Seal Brown

📋 copy color: '#161312'

red 22 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #161312

Tints of Seal Brown #161312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

 BLUE value IS 18 (7.42% from 255) = 30.51%

R = 37.29%
G = 32.2%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#161312 (or 0x161312) is known color: 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

RGB 22 19 18 -
CMYK 0 0.14 0.18 0.91
HSL 15º 0.1% 0.08% -
HSV(B) 15º 0.18% 0.09% -
XYZ 0.67 0.68 0.67 -
YUV 19.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 22 19 18 0 0.14 0.18 0.91 15 0.1 0.08
Hex 16 13 12 0 E 12 5B F A 8
Octal 26 23 22 0 16 22 133 17 12 10
Binary 10110 10011 10010 0 1110 10010 1011011 1111 1010 1000

Color Harmonies of #161312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161312

Black with #161312

Text Example


Text Example

White with #161312

Text Example


Text Example

HTML Codes & Css Web 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>