Html Css Color HEX #985441 Sepia

📋 copy color: '#985441'

red 152 ◦ green 84 ◦ blue 65

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

Shades of Sepia #985441

Tints of Sepia #985441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 50.5%
G = 27.91%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#985441 (or 0x985441) is known color: 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

RGB 152 84 65 -
CMYK 0 0.45 0.57 0.40
HSL 13.1º 0.4% 0.43% -
HSV(B) 13.1º 0.57% 0.6% -
XYZ 17.07 13.4 6.69 -
YUV 102.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 152 84 65 0 0.45 0.57 0.40 13.1 0.4 0.43
Hex 98 54 41 0 2D 39 28 D 28 2B
Octal 230 124 101 0 55 71 50 15 50 53
Binary 10011000 1010100 1000001 0 101101 111001 101000 1101 101000 101011

Color Harmonies of #985441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985441

Black with #985441

Text Example


Text Example

White with #985441

Text Example


Text Example

HTML Codes & Css Web 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>