Html Css Color HEX #985B2B Indochine

📋 copy color: '#985B2B'

red 152 ◦ green 91 ◦ blue 43

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

Shades of Indochine #985B2B

Tints of Indochine #985B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 53.15%
G = 31.82%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#985B2B (or 0x985B2B) is known color: Indochine. HEX triplet: 98, 5B and 2B. RGB value is (152,91,43). Sum of RGB (Red+Green+Blue) = 152+91+43=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B2B is #67A4D4. Grayscale: #686868. Windows color (decimal): -6792405 or 2841496. OLE color: 2841496.

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

Color convert

RGB 152 91 43 -
CMYK 0 0.40 0.72 0.40
HSL 26.42º 0.56% 0.38% -
HSV(B) 26.42º 0.72% 0.6% -
XYZ 17.13 14.33 4.15 -
YUV 103.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 152 91 43 0 0.40 0.72 0.40 26.42 0.56 0.38
Hex 98 5B 2B 0 28 48 28 1A 38 26
Octal 230 133 53 0 50 110 50 32 70 46
Binary 10011000 1011011 101011 0 101000 1001000 101000 11010 111000 100110

Color Harmonies of #985B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B2B

Black with #985B2B

Text Example


Text Example

White with #985B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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