#935A34

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

Shades of Indochine #935A34

Tints of Indochine #935A34

Color information

#935A34 (or 0x935A34) is unknown color: approx Indochine. HEX triplet: 93, 5A and 34. RGB value is (147,90,52). Sum of RGB (Red+Green+Blue) = 147+90+52=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #935A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A34 is #6CA5CB. Grayscale: #666666. Windows color (decimal): -7120332 or 3431059. OLE color: 3431059.

HSL color Cylindrical-coordinate representation of color #935A34: hue angle of 24º 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 #935A34 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1479052-
CMYK00.390.650.42
HSL24º47.74%39.02%-
HSV(B)24º64.63%57.65%-
XYZ16.3113.765.05-
YUV102.7199.38159.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=50.87%
G=31.14%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147905200.390.650.422447.7439.02
Hex935A34027412A183027
Octal2231326404710152306047
Binary1001001110110101101000100111100000110101011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,90,52); }

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

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

 a { background-color: rgb(147,90,52); }

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

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

 span { border-color: rgb(147,90,52); }

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