#985C47

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

Shades of Sepia #985C47

Tints of Sepia #985C47

Color information

#985C47 (or 0x985C47) is unknown color: approx Sepia. HEX triplet: 98, 5C and 47. RGB value is (152,92,71). Sum of RGB (Red+Green+Blue) = 152+92+71=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #985C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C47 is #67A3B8. Grayscale: #6B6B6B. Windows color (decimal): -6792121 or 4676760. OLE color: 4676760.

HSL color Cylindrical-coordinate representation of color #985C47: hue angle of 15.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985C47 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1529271-
CMYK00.390.530.40
HSL15.56º36.32%43.73%-
HSV(B)15.56º53.29%59.61%-
XYZ17.9114.787.87-
YUV107.55107.38159.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=48.25%
G=29.21%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152927100.390.530.4015.5636.3243.73
Hex985C47027352810242c
Octal2301341070476550204454
Binary1001100010111001000111010011111010110100010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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