#170D0D

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

Shades of Seal Brown #170D0D

Tints of Seal Brown #170D0D

Color information

#170D0D (or 0x170D0D) is unknown color: approx Seal Brown. HEX triplet: 17, 0D and 0D. RGB value is (23,13,13). Sum of RGB (Red+Green+Blue) = 23+13+13=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D0D is #E8F2F2. Grayscale: #101010. Windows color (decimal): -15266547 or 855319. OLE color: 855319.

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

Color convert

RGB231313-
CMYK00.430.430.91
HSL27.78%7.06%-
HSV(B)43.48%9.02%-
XYZ0.570.50.45-
YUV15.99126.31133-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46.94%
GREEN value IS 13 (5.47% from 255) = 26.53%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=46.94%
G=26.53%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23131300.430.430.91027.787.06
Hex17DD02B2B5B01c7
Octal271515053531330347
Binary101111101110101010111010111011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170D0D; }

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

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

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

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

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

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

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

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