#985A3A

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

Shades of Indochine #985A3A

Tints of Indochine #985A3A

Color information

#985A3A (or 0x985A3A) is unknown color: approx Indochine. HEX triplet: 98, 5A and 3A. RGB value is (152,90,58). Sum of RGB (Red+Green+Blue) = 152+90+58=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #985A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A3A is #67A5C5. Grayscale: #696969. Windows color (decimal): -6792646 or 3824280. OLE color: 3824280.

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

Color convert

RGB1529058-
CMYK00.410.620.40
HSL20.43º44.76%41.18%-
HSV(B)20.43º61.84%59.61%-
XYZ17.3714.295.85-
YUV104.89101.54161.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 58 (23.05% from 255) = 19.33%
R=50.67%
G=30%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152905800.410.620.4020.4344.7641.18
Hex985A3A0293E28142d29
Octal230132720517650245551
Binary100110001011010111010010100111111010100010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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