Html Css Color HEX #985D3D Sepia

📋 copy color: '#985D3D'

red 152 ◦ green 93 ◦ blue 61

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

Shades of Sepia #985D3D

Tints of Sepia #985D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

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

R = 49.67%
G = 30.39%
B = 19.93%

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

#985D3D (or 0x985D3D) is known color: Sepia. HEX triplet: 98, 5D and 3D. RGB value is (152,93,61). Sum of RGB (Red+Green+Blue) = 152+93+61=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D3D is #67A2C2. Grayscale: #6B6B6B. Windows color (decimal): -6791875 or 4021656. OLE color: 4021656.

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

Color convert

RGB 152 93 61 -
CMYK 0 0.39 0.60 0.40
HSL 21.1º 0.43% 0.42% -
HSV(B) 21.1º 0.6% 0.6% -
XYZ 17.71 14.84 6.35 -
YUV 106.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 152 93 61 0 0.39 0.60 0.40 21.1 0.43 0.42
Hex 98 5D 3D 0 27 3C 28 15 2B 2A
Octal 230 135 75 0 47 74 50 25 53 52
Binary 10011000 1011101 111101 0 100111 111100 101000 10101 101011 101010

Color Harmonies of #985D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D3D

Black with #985D3D

Text Example


Text Example

White with #985D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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