Html Css Color HEX #161212 Seal Brown

📋 copy color: '#161212'

red 22 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #161212

Tints of Seal Brown #161212

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 value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 22 18 18 -
CMYK 0 0.18 0.18 0.91
HSL 0.1% 0.08% -
HSV(B) 0.18% 0.09% -
XYZ 0.66 0.65 0.66 -
YUV 19.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 22 18 18 0 0.18 0.18 0.91 0 0.1 0.08
Hex 16 12 12 0 12 12 5B 0 A 8
Octal 26 22 22 0 22 22 133 0 12 10
Binary 10110 10010 10010 0 10010 10010 1011011 0 1010 1000

Color Harmonies of #161212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161212

Black with #161212

Text Example


Text Example

White with #161212

Text Example


Text Example

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