#985C3A

Color #985C3A Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #985C3A

Tints of Indochine #985C3A

Color information

#985C3A (or 0x985C3A) is unknown color: approx Indochine. HEX triplet: 98, 5C and 3A. RGB value is (152,92,58). Sum of RGB (Red+Green+Blue) = 152+92+58=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #985C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C3A is #67A3C5. Grayscale: #6A6A6A. Windows color (decimal): -6792134 or 3824792. OLE color: 3824792.

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

Color convert

RGB1529258-
CMYK00.390.620.40
HSL21.7º44.76%41.18%-
HSV(B)21.7º61.84%59.61%-
XYZ17.5414.645.9-
YUV106.06100.88160.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=50.33%
G=30.46%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152925800.390.620.4021.744.7641.18
Hex985C3A0273E28162d29
Octal230134720477650265551
Binary100110001011100111010010011111111010100010110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #985C3A;
 }
 .AnyTagClassName
 {
   color: #985C3A;
 }
</style>
background-color css

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

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

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

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

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

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