#985E35

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

Shades of Indochine #985E35

Tints of Indochine #985E35

Color information

#985E35 (or 0x985E35) is unknown color: approx Indochine. HEX triplet: 98, 5E and 35. RGB value is (152,94,53). Sum of RGB (Red+Green+Blue) = 152+94+53=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #985E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E35 is #67A1CA. Grayscale: #6A6A6A. Windows color (decimal): -6791627 or 3497624. OLE color: 3497624.

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

Color convert

RGB1529453-
CMYK00.380.650.40
HSL24.85º48.29%40.2%-
HSV(B)24.85º65.13%59.61%-
XYZ17.5914.945.32-
YUV106.6797.72160.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=50.84%
G=31.44%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152945300.380.650.4024.8548.2940.2
Hex985E350264128193028
Octal2301366504610150316050
Binary1001100010111101101010100110100000110100011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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