Html Css Color HEX #985B2D Indochine

📋 copy color: '#985B2D'

red 152 ◦ green 91 ◦ blue 45

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

Shades of Indochine #985B2D

Tints of Indochine #985B2D

RGB

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

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

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

R = 52.78%
G = 31.6%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#985B2D (or 0x985B2D) is known color: Indochine. HEX triplet: 98, 5B and 2D. RGB value is (152,91,45). Sum of RGB (Red+Green+Blue) = 152+91+45=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #985B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B2D is #67A4D2. Grayscale: #686868. Windows color (decimal): -6792403 or 2972568. OLE color: 2972568.

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

Color convert

RGB 152 91 45 -
CMYK 0 0.40 0.70 0.40
HSL 25.79º 0.54% 0.39% -
HSV(B) 25.79º 0.7% 0.6% -
XYZ 17.16 14.35 4.35 -
YUV 104 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 152 91 45 0 0.40 0.70 0.40 25.79 0.54 0.39
Hex 98 5B 2D 0 28 46 28 1A 36 27
Octal 230 133 55 0 50 106 50 32 66 47
Binary 10011000 1011011 101101 0 101000 1000110 101000 11010 110110 100111

Color Harmonies of #985B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B2D

Black with #985B2D

Text Example


Text Example

White with #985B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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