#985C44

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

Shades of Sepia #985C44

Tints of Sepia #985C44

Color information

#985C44 (or 0x985C44) is unknown color: approx Sepia. HEX triplet: 98, 5C and 44. RGB value is (152,92,68). Sum of RGB (Red+Green+Blue) = 152+92+68=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #985C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C44 is #67A3BB. Grayscale: #6B6B6B. Windows color (decimal): -6792124 or 4480152. OLE color: 4480152.

HSL color Cylindrical-coordinate representation of color #985C44: hue angle of 17.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 #985C44 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1529268-
CMYK00.390.550.40
HSL17.14º38.18%43.14%-
HSV(B)17.14º55.26%59.61%-
XYZ17.8214.757.38-
YUV107.2105.88159.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=48.72%
G=29.49%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152926800.390.550.4017.1438.1843.14
Hex985C44027372811262b
Octal2301341040476750214653
Binary1001100010111001000100010011111011110100010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985C44; }

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

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

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

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

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

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

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

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