Html Css Color HEX #985A2C Indochine

📋 copy color: '#985A2C'

red 152 ◦ green 90 ◦ blue 44

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

Shades of Indochine #985A2C

Tints of Indochine #985A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 53.15%
G = 31.47%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#985A2C (or 0x985A2C) is known color: Indochine. HEX triplet: 98, 5A and 2C. RGB value is (152,90,44). Sum of RGB (Red+Green+Blue) = 152+90+44=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A2C is #67A5D3. Grayscale: #676767. Windows color (decimal): -6792660 or 2906776. OLE color: 2906776.

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

Color convert

RGB 152 90 44 -
CMYK 0 0.41 0.71 0.40
HSL 25.56º 0.55% 0.38% -
HSV(B) 25.56º 0.71% 0.6% -
XYZ 17.06 14.17 4.22 -
YUV 103.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 152 90 44 0 0.41 0.71 0.40 25.56 0.55 0.38
Hex 98 5A 2C 0 29 47 28 1A 37 26
Octal 230 132 54 0 51 107 50 32 67 46
Binary 10011000 1011010 101100 0 101001 1000111 101000 11010 110111 100110

Color Harmonies of #985A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A2C

Black with #985A2C

Text Example


Text Example

White with #985A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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