Html Css Color HEX #985B32 Indochine

📋 copy color: '#985B32'

red 152 ◦ green 91 ◦ blue 50

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

Shades of Indochine #985B32

Tints of Indochine #985B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.06%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 51.88%
G = 31.06%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#985B32 (or 0x985B32) is known color: Indochine. HEX triplet: 98, 5B and 32. RGB value is (152,91,50). Sum of RGB (Red+Green+Blue) = 152+91+50=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #985B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B32 is #67A4CD. Grayscale: #686868. Windows color (decimal): -6792398 or 3300248. OLE color: 3300248.

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

Color convert

RGB 152 91 50 -
CMYK 0 0.40 0.67 0.40
HSL 24.12º 0.5% 0.4% -
HSV(B) 24.12º 0.67% 0.6% -
XYZ 17.27 14.39 4.88 -
YUV 104.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 152 91 50 0 0.40 0.67 0.40 24.12 0.5 0.4
Hex 98 5B 32 0 28 43 28 18 32 28
Octal 230 133 62 0 50 103 50 30 62 50
Binary 10011000 1011011 110010 0 101000 1000011 101000 11000 110010 101000

Color Harmonies of #985B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B32

Black with #985B32

Text Example


Text Example

White with #985B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,50); }

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

background-color css

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

 a { background-color: rgb(152,91,50); }

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

border-color css

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

 span { border-color: rgb(152,91,50); }

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