#985D38

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

Shades of Indochine #985D38

Tints of Indochine #985D38

Color information

#985D38 (or 0x985D38) is unknown color: approx Indochine. HEX triplet: 98, 5D and 38. RGB value is (152,93,56). Sum of RGB (Red+Green+Blue) = 152+93+56=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #985D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D38 is #67A2C7. Grayscale: #6A6A6A. Windows color (decimal): -6791880 or 3693976. OLE color: 3693976.

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

Color convert

RGB1529356-
CMYK00.390.630.40
HSL23.12º46.15%40.78%-
HSV(B)23.12º63.16%59.61%-
XYZ17.5814.795.67-
YUV106.4299.55160.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=50.50%
G=30.90%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152935600.390.630.4023.1246.1540.78
Hex985D380273F28172e29
Octal230135700477750275651
Binary100110001011101111000010011111111110100010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,93,56); }

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

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

 a { background-color: rgb(152,93,56); }

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

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

 span { border-color: rgb(152,93,56); }

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