#171212

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

Shades of Seal Brown #171212

Tints of Seal Brown #171212

Color information

#171212 (or 0x171212) is unknown color: approx Seal Brown. HEX triplet: 17, 12 and 12. RGB value is (23,18,18). Sum of RGB (Red+Green+Blue) = 23+18+18=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 23 - color contains mainly: red. Hex color #171212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171212 is #E8EDED. Grayscale: #131313. Windows color (decimal): -15265262 or 1184279. OLE color: 1184279.

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

Color convert

RGB231818-
CMYK00.220.220.91
HSL12.2%8.04%-
HSV(B)21.74%9.02%-
XYZ0.680.660.66-
YUV19.49127.16130.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 38.98%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=38.98%
G=30.51%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23181800.220.220.91012.28.04
Hex171212016165B0c8
Octal2722220262613301410
Binary101111001010010010110101101011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171212; }

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

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

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

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

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

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

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

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