#985B4A

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

Shades of Sepia #985B4A

Tints of Sepia #985B4A

Color information

#985B4A (or 0x985B4A) is unknown color: approx Sepia. HEX triplet: 98, 5B and 4A. RGB value is (152,91,74). Sum of RGB (Red+Green+Blue) = 152+91+74=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #985B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B4A is #67A4B5. Grayscale: #6B6B6B. Windows color (decimal): -6792374 or 4873112. OLE color: 4873112.

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

Color convert

RGB1529174-
CMYK00.400.510.40
HSL13.08º34.51%44.31%-
HSV(B)13.08º51.32%59.61%-
XYZ17.9314.658.36-
YUV107.3109.21159.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=47.95%
G=28.71%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152917400.400.510.4013.0834.5144.31
Hex985B4A0283328d232c
Octal2301331120506350154354
Binary100110001011011100101001010001100111010001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,91,74); }

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

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

 a { background-color: rgb(152,91,74); }

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

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

 span { border-color: rgb(152,91,74); }

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