Html Css Color HEX #985D2C Indochine

📋 copy color: '#985D2C'

red 152 ◦ green 93 ◦ blue 44

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

Shades of Indochine #985D2C

Tints of Indochine #985D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 52.6%
G = 32.18%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#985D2C (or 0x985D2C) is known color: Indochine. HEX triplet: 98, 5D and 2C. RGB value is (152,93,44). Sum of RGB (Red+Green+Blue) = 152+93+44=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #985D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D2C is #67A2D3. Grayscale: #696969. Windows color (decimal): -6791892 or 2907544. OLE color: 2907544.

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

Color convert

RGB 152 93 44 -
CMYK 0 0.39 0.71 0.40
HSL 27.22º 0.55% 0.38% -
HSV(B) 27.22º 0.71% 0.6% -
XYZ 17.32 14.69 4.3 -
YUV 105.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 152 93 44 0 0.39 0.71 0.40 27.22 0.55 0.38
Hex 98 5D 2C 0 27 47 28 1B 37 26
Octal 230 135 54 0 47 107 50 33 67 46
Binary 10011000 1011101 101100 0 100111 1000111 101000 11011 110111 100110

Color Harmonies of #985D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D2C

Black with #985D2C

Text Example


Text Example

White with #985D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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