Html Css Color HEX #985B49 Sepia

📋 copy color: '#985B49'

red 152 ◦ green 91 ◦ blue 73

#985B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sepia #985B49

Tints of Sepia #985B49

RGB

 RED value IS 152 (59.77% from 255) = 48.1%

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 48.1%
G = 28.8%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#985B49 (or 0x985B49) is known color: Sepia. HEX triplet: 98, 5B and 49. RGB value is (152,91,73). Sum of RGB (Red+Green+Blue) = 152+91+73=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #985B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B49 is #67A4B6. Grayscale: #6B6B6B. Windows color (decimal): -6792375 or 4807576. OLE color: 4807576.

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

Color convert

RGB 152 91 73 -
CMYK 0 0.40 0.52 0.40
HSL 13.67º 0.35% 0.44% -
HSV(B) 13.67º 0.52% 0.6% -
XYZ 17.89 14.64 8.19 -
YUV 107.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 152 91 73 0 0.40 0.52 0.40 13.67 0.35 0.44
Hex 98 5B 49 0 28 34 28 E 23 2C
Octal 230 133 111 0 50 64 50 16 43 54
Binary 10011000 1011011 1001001 0 101000 110100 101000 1110 100011 101100

Color Harmonies of #985B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B49

Black with #985B49

Text Example


Text Example

White with #985B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #985B49;
 }
 .AnyTagClassName
 {
   color: #985B49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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