#171413

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

Shades of Seal Brown #171413

Tints of Seal Brown #171413

Color information

#171413 (or 0x171413) is unknown color: approx Seal Brown. HEX triplet: 17, 14 and 13. RGB value is (23,20,19). Sum of RGB (Red+Green+Blue) = 23+20+19=62 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.10% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 23 - color contains mainly: red. Hex color #171413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171413 is #E8EBEC. Grayscale: #141414. Windows color (decimal): -15264749 or 1250327. OLE color: 1250327.

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

Color convert

RGB232019-
CMYK00.130.170.91
HSL15º9.52%8.24%-
HSV(B)15º17.39%9.02%-
XYZ0.720.730.72-
YUV20.78126.99129.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 37.10%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=37.10%
G=32.26%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23201900.130.170.91159.528.24
Hex1714130D115Bfa8
Octal27242301521133171210
Binary10111101001001101101100011011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171413; }

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

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

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

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

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

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

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

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