Html Css Color HEX #985C2F Indochine

📋 copy color: '#985C2F'

red 152 ◦ green 92 ◦ blue 47

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

Shades of Indochine #985C2F

Tints of Indochine #985C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 52.23%
G = 31.62%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#985C2F (or 0x985C2F) is known color: Indochine. HEX triplet: 98, 5C and 2F. RGB value is (152,92,47). Sum of RGB (Red+Green+Blue) = 152+92+47=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #985C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C2F is #67A3D0. Grayscale: #696969. Windows color (decimal): -6792145 or 3103896. OLE color: 3103896.

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

Color convert

RGB 152 92 47 -
CMYK 0 0.39 0.69 0.40
HSL 25.71º 0.53% 0.39% -
HSV(B) 25.71º 0.69% 0.6% -
XYZ 17.29 14.53 4.58 -
YUV 104.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 152 92 47 0 0.39 0.69 0.40 25.71 0.53 0.39
Hex 98 5C 2F 0 27 45 28 1A 35 27
Octal 230 134 57 0 47 105 50 32 65 47
Binary 10011000 1011100 101111 0 100111 1000101 101000 11010 110101 100111

Color Harmonies of #985C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C2F

Black with #985C2F

Text Example


Text Example

White with #985C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,92,47); }

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

background-color css

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

 a { background-color: rgb(152,92,47); }

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

border-color css

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

 span { border-color: rgb(152,92,47); }

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