#985544

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

Shades of Sepia #985544

Tints of Sepia #985544

Color information

#985544 (or 0x985544) is unknown color: approx Sepia. HEX triplet: 98, 55 and 44. RGB value is (152,85,68). Sum of RGB (Red+Green+Blue) = 152+85+68=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985544 is #67AABB. Grayscale: #676767. Windows color (decimal): -6793916 or 4478360. OLE color: 4478360.

HSL color Cylindrical-coordinate representation of color #985544: hue angle of 12.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985544 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1528568-
CMYK00.440.550.40
HSL12.14º38.18%43.14%-
HSV(B)12.14º55.26%59.61%-
XYZ17.2413.597.18-
YUV103.09108.2162.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=49.84%
G=27.87%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152856800.440.550.4012.1438.1843.14
Hex98554402C3728c262b
Octal2301251040546750144653
Binary100110001010101100010001011001101111010001100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985544; }

 p { color: rgb(152,85,68); }

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

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

 a { background-color: rgb(152,85,68); }

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

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

 span { border-color: rgb(152,85,68); }

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