#171312

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

Shades of Seal Brown #171312

Tints of Seal Brown #171312

Color information

#171312 (or 0x171312) is unknown color: approx Seal Brown. HEX triplet: 17, 13 and 12. RGB value is (23,19,18). Sum of RGB (Red+Green+Blue) = 23+19+18=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 23 - color contains mainly: red. Hex color #171312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171312 is #E8ECED. Grayscale: #141414. Windows color (decimal): -15265006 or 1184535. OLE color: 1184535.

HSL color Cylindrical-coordinate representation of color #171312: hue angle of 12º 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 #171312 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB231918-
CMYK00.170.220.91
HSL12º12.2%8.04%-
HSV(B)12º21.74%9.02%-
XYZ0.70.690.67-
YUV20.08126.83130.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 38.33%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 18 (7.42% from 255) = 30%
R=38.33%
G=31.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23191800.170.220.911212.28.04
Hex171312011165Bcc8
Octal27232202126133141410
Binary101111001110010010001101101011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171312; }

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

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

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

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

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

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

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

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