Html Css Color HEX #985F3F Sepia

📋 copy color: '#985F3F'

red 152 ◦ green 95 ◦ blue 63

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

Shades of Sepia #985F3F

Tints of Sepia #985F3F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 49.03%
G = 30.65%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#985F3F (or 0x985F3F) is known color: Sepia. HEX triplet: 98, 5F and 3F. RGB value is (152,95,63). Sum of RGB (Red+Green+Blue) = 152+95+63=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #985F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F3F is #67A0C0. Grayscale: #6C6C6C. Windows color (decimal): -6791361 or 4153240. OLE color: 4153240.

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

Color convert

RGB 152 95 63 -
CMYK 0 0.38 0.59 0.40
HSL 21.57º 0.41% 0.42% -
HSV(B) 21.57º 0.59% 0.6% -
XYZ 17.94 15.22 6.69 -
YUV 108.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 152 95 63 0 0.38 0.59 0.40 21.57 0.41 0.42
Hex 98 5F 3F 0 26 3B 28 16 29 2A
Octal 230 137 77 0 46 73 50 26 51 52
Binary 10011000 1011111 111111 0 100110 111011 101000 10110 101001 101010

Color Harmonies of #985F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F3F

Black with #985F3F

Text Example


Text Example

White with #985F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,95,63); }

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

background-color css

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

 a { background-color: rgb(152,95,63); }

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

border-color css

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

 span { border-color: rgb(152,95,63); }

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