#171414

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

Shades of Seal Brown #171414

Tints of Seal Brown #171414

Color information

#171414 (or 0x171414) is unknown color: approx Seal Brown. HEX triplet: 17, 14 and 14. RGB value is (23,20,20). Sum of RGB (Red+Green+Blue) = 23+20+20=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 23 - color contains mainly: red. Hex color #171414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171414 is #E8EBEB. Grayscale: #141414. Windows color (decimal): -15264748 or 1315863. OLE color: 1315863.

HSL color Cylindrical-coordinate representation of color #171414: 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.13%. Process color model (Four color, CMYK) of #171414 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB232020-
CMYK00.130.130.91
HSL6.98%8.43%-
HSV(B)13.04%9.02%-
XYZ0.730.730.76-
YUV20.9127.49129.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 36.51%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=36.51%
G=31.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23202000.130.130.9106.988.43
Hex1714140DD5B078
Octal272424015151330710
Binary101111010010100011011101101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171414; }

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

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

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

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

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

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

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

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