#170E0C

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

Shades of Seal Brown #170E0C

Tints of Seal Brown #170E0C

Color information

#170E0C (or 0x170E0C) is unknown color: approx Seal Brown. HEX triplet: 17, 0E and 0C. RGB value is (23,14,12). Sum of RGB (Red+Green+Blue) = 23+14+12=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E0C is #E8F1F3. Grayscale: #101010. Windows color (decimal): -15266292 or 790039. OLE color: 790039.

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

Color convert

RGB231412-
CMYK00.390.480.91
HSL10.91º31.43%6.86%-
HSV(B)10.91º47.83%9.02%-
XYZ0.580.520.42-
YUV16.46125.48132.66-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46.94%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=46.94%
G=28.57%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23141200.390.480.9110.9131.436.86
Hex17EC027305Bb1f7
Octal2716140476013313377
Binary101111110110001001111100001011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,14,12); }

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

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

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

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

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

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

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