#935C31

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

Shades of Indochine #935C31

Tints of Indochine #935C31

Color information

#935C31 (or 0x935C31) is unknown color: approx Indochine. HEX triplet: 93, 5C and 31. RGB value is (147,92,49). Sum of RGB (Red+Green+Blue) = 147+92+49=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #935C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C31 is #6CA3CE. Grayscale: #676767. Windows color (decimal): -7119823 or 3234963. OLE color: 3234963.

HSL color Cylindrical-coordinate representation of color #935C31: hue angle of 26.33º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #935C31 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1479249-
CMYK00.370.670.42
HSL26.33º50%38.43%-
HSV(B)26.33º66.67%57.65%-
XYZ16.4114.084.76-
YUV103.5497.22159-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=51.04%
G=31.94%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147924900.370.670.4226.335038.43
Hex935C31025432A1a3226
Octal2231346104510352326246
Binary1001001110111001100010100101100001110101011010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935C31; }

 p { color: rgb(147,92,49); }

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

<style>
 a { background-color: #935C31; }

 a { background-color: rgb(147,92,49); }

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

<style>
 span { border-color: #935C31; }

 span { border-color: rgb(147,92,49); }

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