Html Css Color HEX #985C40 Sepia

📋 copy color: '#985C40'

red 152 ◦ green 92 ◦ blue 64

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

Shades of Sepia #985C40

Tints of Sepia #985C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 49.35%
G = 29.87%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#985C40 (or 0x985C40) is known color: Sepia. HEX triplet: 98, 5C and 40. RGB value is (152,92,64). Sum of RGB (Red+Green+Blue) = 152+92+64=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #985C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C40 is #67A3BF. Grayscale: #6A6A6A. Windows color (decimal): -6792128 or 4218008. OLE color: 4218008.

HSL color Cylindrical-coordinate representation of color #985C40: hue angle of 19.09º 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 #985C40 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 64 -
CMYK 0 0.39 0.58 0.40
HSL 19.09º 0.41% 0.42% -
HSV(B) 19.09º 0.58% 0.6% -
XYZ 17.7 14.7 6.75 -
YUV 106.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 152 92 64 0 0.39 0.58 0.40 19.09 0.41 0.42
Hex 98 5C 40 0 27 3A 28 13 29 2A
Octal 230 134 100 0 47 72 50 23 51 52
Binary 10011000 1011100 1000000 0 100111 111010 101000 10011 101001 101010

Color Harmonies of #985C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C40

Black with #985C40

Text Example


Text Example

White with #985C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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