#985441

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

Shades of Sepia #985441

Tints of Sepia #985441

Color information

#985441 (or 0x985441) is unknown color: approx Sepia. HEX triplet: 98, 54 and 41. RGB value is (152,84,65). Sum of RGB (Red+Green+Blue) = 152+84+65=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #985441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985441 is #67ABBE. Grayscale: #666666. Windows color (decimal): -6794175 or 4281496. OLE color: 4281496.

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

Color convert

RGB1528465-
CMYK00.450.570.40
HSL13.1º40.09%42.55%-
HSV(B)13.1º57.24%59.61%-
XYZ17.0713.46.69-
YUV102.17107.03163.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=50.50%
G=27.91%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152846500.450.570.4013.140.0942.55
Hex98544102D3928d282b
Octal2301241010557150155053
Binary100110001010100100000101011011110011010001101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985441; }

 p { color: rgb(152,84,65); }

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

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

 a { background-color: rgb(152,84,65); }

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

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

 span { border-color: rgb(152,84,65); }

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