Html Css Color HEX #985935 Indochine

📋 copy color: '#985935'

red 152 ◦ green 89 ◦ blue 53

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

Shades of Indochine #985935

Tints of Indochine #985935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 51.7%
G = 30.27%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#985935 (or 0x985935) is known color: Indochine. HEX triplet: 98, 59 and 35. RGB value is (152,89,53). Sum of RGB (Red+Green+Blue) = 152+89+53=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #985935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985935 is #67A6CA. Grayscale: #676767. Windows color (decimal): -6792907 or 3496344. OLE color: 3496344.

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

Color convert

RGB 152 89 53 -
CMYK 0 0.41 0.65 0.40
HSL 21.82º 0.48% 0.4% -
HSV(B) 21.82º 0.65% 0.6% -
XYZ 17.16 14.08 5.18 -
YUV 103.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 152 89 53 0 0.41 0.65 0.40 21.82 0.48 0.4
Hex 98 59 35 0 29 41 28 16 30 28
Octal 230 131 65 0 51 101 50 26 60 50
Binary 10011000 1011001 110101 0 101001 1000001 101000 10110 110000 101000

Color Harmonies of #985935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985935

Black with #985935

Text Example


Text Example

White with #985935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985935; }

 p { color: rgb(152,89,53); }

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

background-color css

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

 a { background-color: rgb(152,89,53); }

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

border-color css

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

 span { border-color: rgb(152,89,53); }

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