Html Css Color HEX #985A34 Indochine

📋 copy color: '#985A34'

red 152 ◦ green 90 ◦ blue 52

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

Shades of Indochine #985A34

Tints of Indochine #985A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 51.7%
G = 30.61%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985A34 (or 0x985A34) is known color: Indochine. HEX triplet: 98, 5A and 34. RGB value is (152,90,52). Sum of RGB (Red+Green+Blue) = 152+90+52=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #985A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A34 is #67A5CB. Grayscale: #686868. Windows color (decimal): -6792652 or 3431064. OLE color: 3431064.

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

Color convert

RGB 152 90 52 -
CMYK 0 0.41 0.66 0.40
HSL 22.8º 0.49% 0.4% -
HSV(B) 22.8º 0.66% 0.6% -
XYZ 17.22 14.24 5.09 -
YUV 104.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 152 90 52 0 0.41 0.66 0.40 22.8 0.49 0.4
Hex 98 5A 34 0 29 42 28 17 31 28
Octal 230 132 64 0 51 102 50 27 61 50
Binary 10011000 1011010 110100 0 101001 1000010 101000 10111 110001 101000

Color Harmonies of #985A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A34

Black with #985A34

Text Example


Text Example

White with #985A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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