Html Css Color HEX #985A2D Indochine

📋 copy color: '#985A2D'

red 152 ◦ green 90 ◦ blue 45

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

Shades of Indochine #985A2D

Tints of Indochine #985A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

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

R = 52.96%
G = 31.36%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#985A2D (or 0x985A2D) is known color: Indochine. HEX triplet: 98, 5A and 2D. RGB value is (152,90,45). Sum of RGB (Red+Green+Blue) = 152+90+45=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A2D is #67A5D2. Grayscale: #676767. Windows color (decimal): -6792659 or 2972312. OLE color: 2972312.

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

Color convert

RGB 152 90 45 -
CMYK 0 0.41 0.70 0.40
HSL 25.23º 0.54% 0.39% -
HSV(B) 25.23º 0.7% 0.6% -
XYZ 17.08 14.18 4.32 -
YUV 103.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 152 90 45 0 0.41 0.70 0.40 25.23 0.54 0.39
Hex 98 5A 2D 0 29 46 28 19 36 27
Octal 230 132 55 0 51 106 50 31 66 47
Binary 10011000 1011010 101101 0 101001 1000110 101000 11001 110110 100111

Color Harmonies of #985A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A2D

Black with #985A2D

Text Example


Text Example

White with #985A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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