Html Css Color HEX #985D31 Indochine

📋 copy color: '#985D31'

red 152 ◦ green 93 ◦ blue 49

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

Shades of Indochine #985D31

Tints of Indochine #985D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 51.7%
G = 31.63%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#985D31 (or 0x985D31) is known color: Indochine. HEX triplet: 98, 5D and 31. RGB value is (152,93,49). Sum of RGB (Red+Green+Blue) = 152+93+49=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #985D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D31 is #67A2CE. Grayscale: #696969. Windows color (decimal): -6791887 or 3235224. OLE color: 3235224.

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

Color convert

RGB 152 93 49 -
CMYK 0 0.39 0.68 0.40
HSL 25.63º 0.51% 0.39% -
HSV(B) 25.63º 0.68% 0.6% -
XYZ 17.42 14.73 4.83 -
YUV 105.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 152 93 49 0 0.39 0.68 0.40 25.63 0.51 0.39
Hex 98 5D 31 0 27 44 28 1A 33 27
Octal 230 135 61 0 47 104 50 32 63 47
Binary 10011000 1011101 110001 0 100111 1000100 101000 11010 110011 100111

Color Harmonies of #985D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D31

Black with #985D31

Text Example


Text Example

White with #985D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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