#170F0F

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

Shades of Seal Brown #170F0F

Tints of Seal Brown #170F0F

Color information

#170F0F (or 0x170F0F) is unknown color: approx Seal Brown. HEX triplet: 17, 0F and 0F. RGB value is (23,15,15). Sum of RGB (Red+Green+Blue) = 23+15+15=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F0F is #E8F0F0. Grayscale: #111111. Windows color (decimal): -15266033 or 986903. OLE color: 986903.

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

Color convert

RGB231515-
CMYK00.350.350.91
HSL21.05%7.45%-
HSV(B)34.78%9.02%-
XYZ0.610.560.53-
YUV17.39126.65132-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 43.40%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=43.40%
G=28.30%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23151500.350.350.91021.057.45
Hex17FF023235B0157
Octal271717043431330257
Binary101111111111101000111000111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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