#935B33

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

Shades of Indochine #935B33

Tints of Indochine #935B33

Color information

#935B33 (or 0x935B33) is unknown color: approx Indochine. HEX triplet: 93, 5B and 33. RGB value is (147,91,51). Sum of RGB (Red+Green+Blue) = 147+91+51=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #935B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935B33 is #6CA4CC. Grayscale: #676767. Windows color (decimal): -7120077 or 3365779. OLE color: 3365779.

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

Color convert

RGB1479151-
CMYK00.380.650.42
HSL25º48.48%38.82%-
HSV(B)25º65.31%57.65%-
XYZ16.3713.924.96-
YUV103.1898.55159.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=50.87%
G=31.49%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147915100.380.650.422548.4838.82
Hex935B33026412A193027
Octal2231336304610152316047
Binary1001001110110111100110100110100000110101011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,91,51); }

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

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

 a { background-color: rgb(147,91,51); }

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

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

 span { border-color: rgb(147,91,51); }

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