Html Css Color HEX #985C3F Sepia

📋 copy color: '#985C3F'

red 152 ◦ green 92 ◦ blue 63

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

Shades of Sepia #985C3F

Tints of Sepia #985C3F

RGB

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

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

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

R = 49.51%
G = 29.97%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#985C3F (or 0x985C3F) is known color: Sepia. HEX triplet: 98, 5C and 3F. RGB value is (152,92,63). Sum of RGB (Red+Green+Blue) = 152+92+63=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C3F is #67A3C0. Grayscale: #6A6A6A. Windows color (decimal): -6792129 or 4152472. OLE color: 4152472.

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

Color convert

RGB 152 92 63 -
CMYK 0 0.39 0.59 0.40
HSL 19.55º 0.41% 0.42% -
HSV(B) 19.55º 0.59% 0.6% -
XYZ 17.67 14.69 6.61 -
YUV 106.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 152 92 63 0 0.39 0.59 0.40 19.55 0.41 0.42
Hex 98 5C 3F 0 27 3B 28 14 29 2A
Octal 230 134 77 0 47 73 50 24 51 52
Binary 10011000 1011100 111111 0 100111 111011 101000 10100 101001 101010

Color Harmonies of #985C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C3F

Black with #985C3F

Text Example


Text Example

White with #985C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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