Html Css Color HEX #985E2D Indochine

📋 copy color: '#985E2D'

red 152 ◦ green 94 ◦ blue 45

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

Shades of Indochine #985E2D

Tints of Indochine #985E2D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 52.23%
G = 32.3%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#985E2D (or 0x985E2D) is known color: Indochine. HEX triplet: 98, 5E and 2D. RGB value is (152,94,45). Sum of RGB (Red+Green+Blue) = 152+94+45=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #985E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E2D is #67A1D2. Grayscale: #6A6A6A. Windows color (decimal): -6791635 or 2973336. OLE color: 2973336.

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

Color convert

RGB 152 94 45 -
CMYK 0 0.38 0.70 0.40
HSL 27.48º 0.54% 0.39% -
HSV(B) 27.48º 0.7% 0.6% -
XYZ 17.43 14.87 4.43 -
YUV 105.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 152 94 45 0 0.38 0.70 0.40 27.48 0.54 0.39
Hex 98 5E 2D 0 26 46 28 1B 36 27
Octal 230 136 55 0 46 106 50 33 66 47
Binary 10011000 1011110 101101 0 100110 1000110 101000 11011 110110 100111

Color Harmonies of #985E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E2D

Black with #985E2D

Text Example


Text Example

White with #985E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,94,45); }

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

background-color css

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

 a { background-color: rgb(152,94,45); }

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

border-color css

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

 span { border-color: rgb(152,94,45); }

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