#170D0C

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

Shades of Seal Brown #170D0C

Tints of Seal Brown #170D0C

Color information

#170D0C (or 0x170D0C) is unknown color: approx Seal Brown. HEX triplet: 17, 0D and 0C. RGB value is (23,13,12). Sum of RGB (Red+Green+Blue) = 23+13+12=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D0C is #E8F2F3. Grayscale: #0F0F0F. Windows color (decimal): -15266548 or 789783. OLE color: 789783.

HSL color Cylindrical-coordinate representation of color #170D0C: hue angle of 5.45º 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 #170D0C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB231312-
CMYK00.430.480.91
HSL5.45º31.43%6.86%-
HSV(B)5.45º47.83%9.02%-
XYZ0.560.50.41-
YUV15.88125.81133.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 47.92%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 12 (5.08% from 255) = 25%
R=47.92%
G=27.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23131200.430.480.915.4531.436.86
Hex17DC02B305B51f7
Octal271514053601335377
Binary10111110111000101011110000101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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