Html Css Color HEX #985C3D Sepia

📋 copy color: '#985C3D'

red 152 ◦ green 92 ◦ blue 61

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

Shades of Sepia #985C3D

Tints of Sepia #985C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 49.84%
G = 30.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#985C3D (or 0x985C3D) is known color: Sepia. HEX triplet: 98, 5C and 3D. RGB value is (152,92,61). Sum of RGB (Red+Green+Blue) = 152+92+61=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C3D is #67A3C2. Grayscale: #6A6A6A. Windows color (decimal): -6792131 or 4021400. OLE color: 4021400.

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

Color convert

RGB 152 92 61 -
CMYK 0 0.39 0.60 0.40
HSL 20.44º 0.43% 0.42% -
HSV(B) 20.44º 0.6% 0.6% -
XYZ 17.62 14.67 6.32 -
YUV 106.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 152 92 61 0 0.39 0.60 0.40 20.44 0.43 0.42
Hex 98 5C 3D 0 27 3C 28 14 2B 2A
Octal 230 134 75 0 47 74 50 24 53 52
Binary 10011000 1011100 111101 0 100111 111100 101000 10100 101011 101010

Color Harmonies of #985C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C3D

Black with #985C3D

Text Example


Text Example

White with #985C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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