Html Css Color HEX #985B40 Sepia

📋 copy color: '#985B40'

red 152 ◦ green 91 ◦ blue 64

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

Shades of Sepia #985B40

Tints of Sepia #985B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 49.51%
G = 29.64%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#985B40 (or 0x985B40) is known color: Sepia. HEX triplet: 98, 5B and 40. RGB value is (152,91,64). Sum of RGB (Red+Green+Blue) = 152+91+64=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B40 is #67A4BF. Grayscale: #6A6A6A. Windows color (decimal): -6792384 or 4217752. OLE color: 4217752.

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

Color convert

RGB 152 91 64 -
CMYK 0 0.40 0.58 0.40
HSL 18.41º 0.41% 0.42% -
HSV(B) 18.41º 0.58% 0.6% -
XYZ 17.62 14.53 6.73 -
YUV 106.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 152 91 64 0 0.40 0.58 0.40 18.41 0.41 0.42
Hex 98 5B 40 0 28 3A 28 12 29 2A
Octal 230 133 100 0 50 72 50 22 51 52
Binary 10011000 1011011 1000000 0 101000 111010 101000 10010 101001 101010

Color Harmonies of #985B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B40

Black with #985B40

Text Example


Text Example

White with #985B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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