Html Css Color HEX #985D36 Indochine

📋 copy color: '#985D36'

red 152 ◦ green 93 ◦ blue 54

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

Shades of Indochine #985D36

Tints of Indochine #985D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 50.84%
G = 31.1%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#985D36 (or 0x985D36) is known color: Indochine. HEX triplet: 98, 5D and 36. RGB value is (152,93,54). Sum of RGB (Red+Green+Blue) = 152+93+54=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #985D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D36 is #67A2C9. Grayscale: #6A6A6A. Windows color (decimal): -6791882 or 3562904. OLE color: 3562904.

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

Color convert

RGB 152 93 54 -
CMYK 0 0.39 0.64 0.40
HSL 23.88º 0.48% 0.4% -
HSV(B) 23.88º 0.64% 0.6% -
XYZ 17.53 14.77 5.42 -
YUV 106.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 152 93 54 0 0.39 0.64 0.40 23.88 0.48 0.4
Hex 98 5D 36 0 27 40 28 18 30 28
Octal 230 135 66 0 47 100 50 30 60 50
Binary 10011000 1011101 110110 0 100111 1000000 101000 11000 110000 101000

Color Harmonies of #985D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D36

Black with #985D36

Text Example


Text Example

White with #985D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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