Html Css Color HEX #985A31 Indochine

📋 copy color: '#985A31'

red 152 ◦ green 90 ◦ blue 49

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

Shades of Indochine #985A31

Tints of Indochine #985A31

RGB

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

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

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

R = 52.23%
G = 30.93%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#985A31 (or 0x985A31) is known color: Indochine. HEX triplet: 98, 5A and 31. RGB value is (152,90,49). Sum of RGB (Red+Green+Blue) = 152+90+49=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #985A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A31 is #67A5CE. Grayscale: #686868. Windows color (decimal): -6792655 or 3234456. OLE color: 3234456.

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

Color convert

RGB 152 90 49 -
CMYK 0 0.41 0.68 0.40
HSL 23.88º 0.51% 0.39% -
HSV(B) 23.88º 0.68% 0.6% -
XYZ 17.16 14.21 4.74 -
YUV 103.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 152 90 49 0 0.41 0.68 0.40 23.88 0.51 0.39
Hex 98 5A 31 0 29 44 28 18 33 27
Octal 230 132 61 0 51 104 50 30 63 47
Binary 10011000 1011010 110001 0 101001 1000100 101000 11000 110011 100111

Color Harmonies of #985A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A31

Black with #985A31

Text Example


Text Example

White with #985A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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